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.geoserver.maven</groupId>
<artifactId>merger</artifactId>
<version>1.5.4</version>
</plugin>
Choose a version of org.geoserver.maven : merger to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
merger-1.5.4
|
||
merger-1.5.2
|
|||
merger-1.5.0-RC3
|
|||
1.4.x |
merger-1.4.0_gt2.2.x
|
||
merger-1.4.0-RC3
|
|||
merger-1.4.0-M1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.geoserver.maven</groupId>
<artifactId>merger</artifactId>
<version>1.5.4</version>
</plugin>
Advertisement