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>config</artifactId>
<version>1.7.0</version>
</plugin>
Choose a version of org.geoserver.maven : config to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
config-1.7.0
|
||
1.6.x |
config-1.6.2
|
||
config-1.6.1
|
|||
1.6 |
config-1.6-beta3
|
||
1.5.x |
config-1.5.4
|
||
config-1.5.2
|
|||
config-1.5.0-RC3
|
|||
1.4.x |
config-1.4.0_gt2.2.x
|
||
config-1.4.0-RC3
|
|||
config-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>config</artifactId>
<version>1.7.0</version>
</plugin>
Advertisement