MVN

org.carlspring.maven : relocation-maven-plugin

Maven & Gradle

Apr 04, 2012
1 stars

Maven Artifact Relocation Plugin · A plugin to facilitate the relocation of artifacts.

<plugin>
    <groupId>org.carlspring.maven</groupId>
    <artifactId>relocation-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.carlspring.maven : relocation-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of org.carlspring.maven : relocation-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
relocation-maven-plugin-1.0

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.carlspring.maven</groupId>
    <artifactId>relocation-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>