This website requires JavaScript.
Explore
Help
Sign In
docs
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore
synced
2024-11-01 01:28:44 +01:00
Code
Issues
Releases
Wiki
Activity
7f7df06518
gitignore
/
Maven.gitignore
6 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added Maven gitignore
2010-11-09 08:59:24 +01:00
target/
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
pom.xml.tag
pom.xml.releaseBackup
pom.xml.next
release.properties
Reference in New Issue
Copy Permalink