Here's some dialog with release:prepare
[INFO] Checking dependencies and plugins for snapshots ...
What is the release version for "Parent POM for the Juggernaut
components"? (com.basistech.jug:jug-parent) 57: :
What is SCM release tag or label for "Parent POM for the Juggernaut
components"? (com.basistech.jug:jug-parent) jug-parent-57-SNAPSHOT:
The following comes from help:effective-pom, so there's on other
release config hiding somewhere. Any clues?
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.2</version>
<configuration>
<password>${svn.password}</password>
<useReleaseProfile>true</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<remoteTagging>true</remoteTagging>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]