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
36ebe1a596
gitignore
/
Maven.gitignore
7 lines
97 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
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
pom.xml.versionsBackup
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.next
release.properties
Reference in New Issue
Copy Permalink