MVN

org.bitbucket.lp : maven-svuid-plugin

Maven & Gradle

Oct 24, 2012

maven-svuid-plugin · A Maven plugin made to list and edit the serialVersionUID fields declared inside a module and its sub-modules..

<plugin>
    <groupId>org.bitbucket.lp</groupId>
    <artifactId>maven-svuid-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.lp : maven-svuid-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.bitbucket.lp : maven-svuid-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-svuid-plugin-1.0.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.bitbucket.lp</groupId>
    <artifactId>maven-svuid-plugin</artifactId>
    <version>1.0.0</version>
</plugin>