- 31 3月, 2014 1 次提交
-
-
由 Namik Nuhanovic 提交于
'mvn versions:use-latest-versions' generates 'pom.xml.versionsBackup' file, because '-DgenerateBackupPoms=true' is default; see http://mojo.codehaus.org/versions-maven-plugin/use-latest-versions-mojo.html#generateBackupPoms
-
- 16 11月, 2013 1 次提交
-
-
由 Oliver Schrenk 提交于
Maven Release Plugin provides a standard mechanism to release project artifacts. During the various phases of the execution the plugin create various files, especially if you do a dry run that allows you to see the changes that the plugin will perform on your pom files mvn release:prepare -D dryRun=true It will create - `release.properties` - copy of the properties to be used - `pom.xml.releaseBackup` - the pom.xml prior to any changes - `pom.xml.tag` - the pom.xml as it will look when tagged - `pom.xml.next` - the pom.xml as it will look for the next iteration
-
- 15 3月, 2013 1 次提交
-
-
由 zafarella-Linux 提交于
-
- 09 11月, 2010 1 次提交
-
-
由 Martin Desrosiers 提交于
-