Details
Description
There's a test case here:
https://svn.apache.org/repos/asf/maven/sandbox/bimargulies/mrp-snap-tc/trunk
2.1 does the expected thing (no -SNAPSHOT in the proposed tag name).
/Users/benson/asf/mvn/mrp-snap-tc /opt/apache-maven-2.2.1/bin/mvn -DdryRun=true release:prepare
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'release'.
[INFO] ------------------------------------------------------------------------
[INFO] Building test case for strange behavior
[INFO] task-segment: [release:prepare] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [release:prepare {execution: default-cli}]
[INFO] Verifying that there are no local modifications...
[INFO] ignoring changes on: pom.xml.next, release.properties, pom.xml.releaseBackup, pom.xml.backup, pom.xml.branch, pom.xml.tag
[INFO] Executing: /bin/sh -c cd /Users/benson/asf/mvn/mrp-snap-tc && svn status
[INFO] Working directory: /Users/benson/asf/mvn/mrp-snap-tc
[INFO] Checking dependencies and plugins for snapshots ...
What is the release version for "test case for strange behavior"? (org.apache.maven:mrp-snap-tag-tc) 1: :
What is SCM release tag or label for "test case for strange behavior"? (org.apache.maven:mrp-snap-tag-tc) mrp-snap-tag-tc-1-SNAPSHOT: :
Issue Links
- duplicates
-
MRELEASE-692
xxx-SNAPSHOT version tag created in Subversion when executing "release:prepare release:perform" in one call
-
- is duplicated by
-
MRELEASE-691
tagNameFormat property interpolation does not use the release values but the project ones
-
r1151860