MVN

com.googlecode.mad-mvntools : settingsutil

Maven & Gradle

Jan 19, 2011

settingsutil · With this Mojo you can back up a set of files from a workspace (eclipse workspace for instance). The Files will be stored in a special file that is save and that can be commited to the svn-repo. Every User has his own space in the file. Conflicts of .setting-files will never happen again.

<plugin>
    <groupId>com.googlecode.mad-mvntools</groupId>
    <artifactId>settingsutil</artifactId>
    <version>0.1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.mad-mvntools : settingsutil to add to Maven - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of com.googlecode.mad-mvntools : settingsutil to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
settingsutil-0.1.2
settingsutil-0.1.1
settingsutil-0.1.0
0.0.x
settingsutil-0.0.9
settingsutil-0.0.5

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.googlecode.mad-mvntools</groupId>
    <artifactId>settingsutil</artifactId>
    <version>0.1.2</version>
</plugin>