Commit Graph

15 Commits

Author SHA1 Message Date
William Entriken 6651bca9c8 Reference why to exclude binary jar, fixes #111 (#3154) 2019-08-20 08:47:38 -03:00
James Z.M. Gao d8234bb84b
maven-wrapper.jar should be ignored 2018-06-19 10:03:07 +08:00
James Z.M. Gao 65f36cc6b6
maven-wrapper.jar can be removed from the source
see: https://github.com/takari/maven-wrapper#usage-without-binary-jar
2018-04-08 17:14:48 +08:00
Taylor Kemper f457b6a1cb Reword comment 2017-02-15 14:00:41 -07:00
Taylor Kemper c14f7d4e99 fix comment
The ! prefix will unignore the file.
2017-01-03 18:15:36 -05:00
Thomas Eizinger 4f440157df Add rule to unignore the maven wrapper jar 2015-11-26 17:03:54 +01:00
Brendan Forster c63fc58260 Revert "Update Maven.gitignore" 2015-05-14 14:02:26 +09:30
Tushar Kapila 57faa80a18 Update Maven.gitignore
Else sub projects (main dir has sub dirs with own pom files - sub modules) targets are not ignored.
2015-04-02 22:39:52 +05:30
Jean-Christophe GAY 7078949f7d Ignore timing.properties from takari-smart-builder
This extension is an alternative scheduler to build multi-module Maven projects.
It stores and updates timing for every build run in .mvn/timing.properties.

http://takari.io/book/30-team-maven.html#takari-smart-builder
2015-03-29 18:11:30 +02:00
Mike Duigou 5d55d5cd9a Add buildNumber.properties
The popular build plugin org.codehaus.mojo:buildnumber-maven-plugin stores the build number it managers in a file named buildNumber.properties.
2015-03-02 11:38:10 -08:00
Darren Yin c4f14a165a add dependency-reduced-pom.xml, which is a maven shader thing 2015-02-17 13:07:24 -08:00
Namik Nuhanovic 3244810432 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
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
zafarella-Linux b02ddf29fd -- added ignorance of temprorarely release properties files 2013-03-14 21:27:07 +01:00
Martin Desrosiers 0a41318dba Added Maven gitignore 2010-11-09 16:08:50 +08:00