MVN

com.soebes.maven.plugins : multienv-maven-plugin

Maven & Gradle

Sep 30, 2017
9 stars

The MultiEnv Maven Plugin · The MultiEnv Maven Plugin will help to create environment dependent artifacts.

<plugin>
    <groupId>com.soebes.maven.plugins</groupId>
    <artifactId>multienv-maven-plugin</artifactId>
    <version>0.3.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.soebes.maven.plugins : multienv-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.3.1

All Versions

Choose a version of com.soebes.maven.plugins : multienv-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
multienv-maven-plugin-0.3.1
multienv-maven-plugin-0.3.0
0.2.x
multienv-maven-plugin-0.2.0
0.1.x
multienv-maven-plugin-0.1.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>com.soebes.maven.plugins</groupId>
    <artifactId>multienv-maven-plugin</artifactId>
    <version>0.3.1</version>
</plugin>