MVN

org.geoserver.maven : config

Maven & Gradle

Nov 18, 2008

Configuration Deployment PlugIn

<plugin>
    <groupId>org.geoserver.maven</groupId>
    <artifactId>config</artifactId>
    <version>1.7.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.geoserver.maven : config to add to Maven - Latest Versions:

  • Latest Stable: 1.7.0
  • Latest Release Candidate: 1.5.0-RC3
  • Latest Beta: 1.6-beta3

All Versions

Choose a version of org.geoserver.maven : config to add to Maven - All 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

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>