I'm having trouble getting the correct format for the connectionURL parameter to the mvn scm:tag command. Could anyone supply with me with an example?
I'm following the examples at http://maven.apache.org/scm/perforce.html: mvn -X -Dtag=foo4 -DconnectionUrl=scm:perforce:[EMAIL PROTECTED]:1605://depot scm:tag But the result is this: ... [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-scm-plugin:1.0-beta-3:tag' --> [DEBUG] (f) basedir = C:\usr\Fawkes\coresample\trunk\..\..\promotion\trunk\buildcomponents [DEBUG] (f) connectionType = connection [DEBUG] (f) connectionUrl = scm:perforce:[EMAIL PROTECTED]:1605://depot/Fawkes/coresample/trunk [DEBUG] (f) developerConnectionUrl = scm:perforce:[EMAIL PROTECTED]:1605://depot/Fawkes/coresample/trunk [DEBUG] (f) settings = [EMAIL PROTECTED] [DEBUG] (f) tag = foo4 [DEBUG] -- end configuration -- [INFO] [scm:tag] [DEBUG] Executing: p4 -H fawkes:1605 -u don label -i [DEBUG] Consuming: Label foo4 not changed. [ERROR] Provider message: [ERROR] Tag failed [ERROR] Command output: [ERROR] Label foo4 not changed. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Command failed.Tag failed [INFO] ------------------------------------------------------------------------ [DEBUG] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Command failed.Tag failed at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Default LifecycleExecutor.java:559) ... [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4 seconds [INFO] Finished at: Mon Dec 04 18:11:25 PST 2006 [INFO] Final Memory: 4M/8M [INFO] ------------------------------------------------------------------------ <http://docs.ofoto.com/release> <http://docs.ofoto.com/release>
