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>license-installer</artifactId>
<version>12.0</version>
</plugin>
Choose a version of org.arakhne.afc.maven : license-installer to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
12.0 |
license-installer-12.0
|
||
11.0 |
license-installer-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>license-installer</artifactId>
<version>12.0</version>
</plugin>
Advertisement