Commit Graph

4 Commits

Author SHA1 Message Date
Namik Nuhanovic 3244810432 Add 'pom.xml.versionsBackup'
'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
2014-03-31 02:52:46 +02:00
Oliver Schrenk f2656a4716 Ignore files created by maven-release-plugin
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
2013-11-15 20:10:11 +01:00
zafarella-Linux b02ddf29fd -- added ignorance of temprorarely release properties files 2013-03-14 21:27:07 +01:00
Martin Desrosiers 0a41318dba Added Maven gitignore 2010-11-09 16:08:50 +08:00