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