Skip to content

Commit f2656a4

Browse files
committed
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
1 parent f0f5e38 commit f2656a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Maven.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
target/
2-
*.releaseBackup
2+
pom.xml.tag
3+
pom.xml.releaseBackup
4+
pom.xml.next
5+
release.properties

0 commit comments

Comments
 (0)