Hi,
I setup the maven release plugin as
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9-SNAPSHOT</version>
<configuration>
<remoteTagging>true</remoteTagging>
<useReleaseProfile>false</useReleaseProfile>
<goals>deploy</goals>
<arguments>-Prelease</arguments>
</configuration>
When I run mvn release:plugin it is not able to tag SVN.
Provider message:
The svn tag command failed.
Command output:
svn: Commit failed (details follow):
svn: '/abc_repos/sip/tags' path not found
This is because I am running the plugin inside a module, which exists under
a SVN repo. The path listed above does not exist. The correct path should be
be /abc_repos/tags. How can I run this ?
thanks,
--
View this message in context:
http://www.nabble.com/maven-release-plugin-issue-tp22911245p22911245.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]