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>tag-replacer</artifactId>
<version>17.0</version>
</plugin>
Choose a version of org.arakhne.afc.maven : tag-replacer to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
17.0 |
tag-replacer-17.0
|
||
16.0 |
tag-replacer-16.0
|
||
15.2 |
tag-replacer-15.2
|
||
15.1 |
tag-replacer-15.1
|
||
15.0 |
tag-replacer-15.0
|
||
14.0 |
tag-replacer-14.0
|
||
13.0 |
tag-replacer-13.0
|
||
12.0 |
tag-replacer-12.0
|
||
11.0 |
tag-replacer-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>tag-replacer</artifactId>
<version>17.0</version>
</plugin>
Advertisement