MVN

org.apache.geronimo.plugins : server-repo

Maven & Gradle

Jun 27, 2008

Geronimo Plugins :: Geronimo Server Specific Repository Plugin · This plugin creates a server specific repository (var/repository) for a Geronimo server instance. This server repository can be used to provide some isolation from the default Geronmio repository and is of most value with multiple server instances leveraging the same Geronimo install image. For a description of how this could be used see http://cwiki.apache.org/GMOxDOC21/multiple-repositories.html

<dependency>
    <groupId>org.apache.geronimo.plugins</groupId>
    <artifactId>server-repo</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.geronimo.plugins : server-repo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.apache.geronimo.plugins : server-repo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
server-repo-1.0

How to add a dependency to Maven

Add the following org.apache.geronimo.plugins : server-repo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.geronimo.plugins</groupId>
    <artifactId>server-repo</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.geronimo.plugins : server-repo gradle dependency to your build.gradle file:

implementation 'org.apache.geronimo.plugins:server-repo:1.0'

Gradle Kotlin DSL: Add the following org.apache.geronimo.plugins : server-repo gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.geronimo.plugins:server-repo:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.geronimo.plugins : server-repo sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.geronimo.plugins" % "server-repo" % "1.0"