This website requires JavaScript.
Explore
Help
Sign In
caleb-brown
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore.git
synced
2025-01-22 00:09:09 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c1cd9540de
gitignore
/
Maven.gitignore
7 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added Maven gitignore
2010-11-09 02:59:24 -05: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 14:10:11 -05: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-30 20:52:46 -04: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 14:10:11 -05:00
pom.xml.next
release.properties
Reference in New Issue
Copy Permalink