MVN

org.geoserver : config

Maven & Gradle

Mar 27, 2007

Configuration Deployment PlugIn

<plugin>
    <groupId>org.geoserver</groupId>
    <artifactId>config</artifactId>
    <version>1.4.0-M0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.0-M0

All Versions

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

Version Vulnerabilities Updated
1.4.x
config-1.4.0-M0

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>

Advertisement