Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ mvn release:perform

-------
mvn org.apache.maven.plugins:maven-release-plugin:${project.version}:perform -DconnectionUrl=scm:svn:https://svn.mycompany.com/repos/path/to/myproject/tags/myproject-1.2.3
-------

If you are using git the tag is passed a little bit differently:

-------
mvn org.apache.maven.plugins:maven-release-plugin:${project.version}:perform -DconnectionUrl=scm:git:https://git.mycompany.com/repos/path/to/myproject -Dtag=myproject-1.2.3
-------

<<<release:perform>>> will fork a new Maven instance to build the checked-out project. This new Maven instance will use the
Expand Down