MVN

org.geoserver.maven : build-configs

Maven & Gradle

Nov 18, 2008

Plugins configuration files · Contains the configuration files for a few plugins (for the moment, Jalopy only) so that there's no need to replicate them, put them on a remote server, or use an absolute path.

<dependency>
    <groupId>org.geoserver.maven</groupId>
    <artifactId>build-configs</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.geoserver.maven : build-configs to add to Maven or Gradle - 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 : build-configs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
build-configs-1.7.0
1.6.x
build-configs-1.6.2
build-configs-1.6.1
1.6
build-configs-1.6-beta3
1.5.x
build-configs-1.5.4
build-configs-1.5.2
build-configs-1.5.0-RC3
build-configs-1.5.0-RC1
1.0
build-configs-1.0

How to add a dependency to Maven

Add the following org.geoserver.maven : build-configs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.geoserver.maven</groupId>
    <artifactId>build-configs</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.geoserver.maven : build-configs gradle dependency to your build.gradle file:

implementation 'org.geoserver.maven:build-configs:1.7.0'

Gradle Kotlin DSL: Add the following org.geoserver.maven : build-configs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.geoserver.maven:build-configs:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.geoserver.maven : build-configs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.geoserver.maven" % "build-configs" % "1.7.0"