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.kohsuke</groupId>
<artifactId>apt-ftparchive-merge</artifactId>
<version>1.6</version>
</plugin>
Choose a version of org.kohsuke : apt-ftparchive-merge to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6 |
apt-ftparchive-merge-1.6
|
||
1.5 |
apt-ftparchive-merge-1.5
|
||
1.4 |
apt-ftparchive-merge-1.4
|
||
1.3 |
apt-ftparchive-merge-1.3
|
||
1.2 |
apt-ftparchive-merge-1.2
|
||
1.1 |
apt-ftparchive-merge-1.1
|
||
1.0 |
apt-ftparchive-merge-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.kohsuke</groupId>
<artifactId>apt-ftparchive-merge</artifactId>
<version>1.6</version>
</plugin>
Advertisement