s

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.
http://code.google.com/p/mad-mvntools-settingsutil/
The Apache Software License, Version 2.0
mad - marthaler daniel
daniel marthaler
Files download
File Operation
settingsutil-0.1.2.jar download
settingsutil-0.1.2.pom download
settingsutil-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.googlecode.mad-mvntools</groupId>
  <artifactId>settingsutil</artifactId>
  <version>0.1.2</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.googlecode.mad-mvntools:settingsutil:0.1.2'
Gradle Kotlin
implementation("com.googlecode.mad-mvntools:settingsutil:0.1.2")
Scala SBT
libraryDependencies += "com.googlecode.mad-mvntools" % "settingsutil" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.mad-mvntools', module='settingsutil', version='0.1.2')
)
Apache Ivy
<dependency org="com.googlecode.mad-mvntools" name="settingsutil" rev="0.1.2" />
Leiningen
[com.googlecode.mad-mvntools/settingsutil "0.1.2"]
Apache Buildr
'com.googlecode.mad-mvntools:settingsutil:jar:0.1.2'