Commit Graph
4 Commits
Author SHA1 Message Date
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
Oliver Schrenk 0141c63f2b Ignore *.loa generated by algorithm package to list algorithms 2012-10-16 00:44:38 +03:00
Oliver Schrenk 9c8fab9fcd Ignoring precompiled directory 2011-04-09 01:02:36 +02:00
Oliver SchrenkandDaniel Schildt 62ea09ae82 Ignoring db, logs, server.pid 2011-01-28 04:11:38 +08:00