MVN

org.technologybrewery.habushu : habushu-maven-plugin

Maven & Gradle

Aug 25, 2023

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.technologybrewery.habushu</groupId>
    <artifactId>habushu-maven-plugin</artifactId>
    <version>2.7.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.7.0

All Versions

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

Version Vulnerabilities Updated
2.7.x
habushu-maven-plugin-2.7.0
2.6.x
habushu-maven-plugin-2.6.0
2.5.x
habushu-maven-plugin-2.5.0
2.4.x
habushu-maven-plugin-2.4.1
habushu-maven-plugin-2.4.0
2.3.x
habushu-maven-plugin-2.3.0
1.3.x
habushu-maven-plugin-1.3.0

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.technologybrewery.habushu</groupId>
    <artifactId>habushu-maven-plugin</artifactId>
    <version>2.7.0</version>
</plugin>

Advertisement