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.arakhne.afc.maven</groupId>
<artifactId>atomicdeploy</artifactId>
<version>13.0</version>
</plugin>
Choose a version of org.arakhne.afc.maven : atomicdeploy to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
13.0 |
atomicdeploy-13.0
|
||
12.0 |
atomicdeploy-12.0
|
||
11.0 |
atomicdeploy-11.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.arakhne.afc.maven</groupId>
<artifactId>atomicdeploy</artifactId>
<version>13.0</version>
</plugin>
Advertisement