MVN

org.bitbucket.cpointe.habushu : habushu-maven-plugin

Maven & Gradle

Nov 10, 2022

habushu::Maven Plugin for Python Projects · Leverages Poetry and Pyenv to provide an automated, predictable order of execution of build commands that apply DevOps and configuration management best practices

<plugin>
    <groupId>org.bitbucket.cpointe.habushu</groupId>
    <artifactId>habushu-maven-plugin</artifactId>
    <version>2.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.cpointe.habushu : habushu-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of org.bitbucket.cpointe.habushu : habushu-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
habushu-maven-plugin-2.2.0
2.1.x
habushu-maven-plugin-2.1.0
2.0.x
habushu-maven-plugin-2.0.1
habushu-maven-plugin-2.0.0
1.1.x
habushu-maven-plugin-1.1.0
1.0.x
habushu-maven-plugin-1.0.0
0.1.x
habushu-maven-plugin-0.1.9
habushu-maven-plugin-0.1.8
habushu-maven-plugin-0.1.7
habushu-maven-plugin-0.1.6
habushu-maven-plugin-0.1.5
habushu-maven-plugin-0.1.4
habushu-maven-plugin-0.1.3
habushu-maven-plugin-0.1.2

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.bitbucket.cpointe.habushu</groupId>
    <artifactId>habushu-maven-plugin</artifactId>
    <version>2.2.0</version>
</plugin>

Advertisement