Homec4science

Ignore files created by maven-release-plugin

Authored by Oliver Schrenk <oliver.schrenk@gmail.com> on Nov 15 2013, 20:10.

Description

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

Details

Committed
Oliver Schrenk <oliver.schrenk@gmail.com>Nov 15 2013, 20:10
Pushed
aubortJul 2 2018, 16:12
Parents
rGITIGNOREf0f5e38db203: Merge pull request #760
Branches
Unknown
Tags
Unknown

Event Timeline

Oliver Schrenk <oliver.schrenk@gmail.com> committed rGITIGNOREf2656a471618: Ignore files created by maven-release-plugin (authored by Oliver Schrenk <oliver.schrenk@gmail.com>).Nov 15 2013, 20:10