MVN

de.matrixweb.maven.plugins.relocator : relocator-maven-plugin

Maven & Gradle

Nov 26, 2013
0 stars

relocator-maven-plugin · Relocates classes and resources inside a packaged jar so parts could stay in a private package. This is inspired by the maven-shade-plugin relocation, but does not do uberjar packaging.

<plugin>
    <groupId>de.matrixweb.maven.plugins.relocator</groupId>
    <artifactId>relocator-maven-plugin</artifactId>
    <version>0.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.matrixweb.maven.plugins.relocator : relocator-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.5.0

All Versions

Choose a version of de.matrixweb.maven.plugins.relocator : relocator-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
relocator-maven-plugin-0.5.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>de.matrixweb.maven.plugins.relocator</groupId>
    <artifactId>relocator-maven-plugin</artifactId>
    <version>0.5.0</version>
</plugin>