I get the following error when running the release:perform task. I had already run the release.prepare -DdryRun=true and had no errors or warnings. I am using 2.0-beta-4-snapshot of the maven.release.plugin which supports the starteam scm.
[INFO] Checking out the project to perform the release ... [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] No SCM URL was provided to perform the release from I have my scm configured in my pom as follows which seems okay to me. <scm> <connection>scm:starteam:username:[EMAIL PROTECTED]:49201:/Components/xri te-commons/</connection> <developerConnection>scm:starteam:username:[EMAIL PROTECTED]:49201:/Compo nents/xrite-commons/</developerConnection> </scm> After running release.prepare -DdryRun=true and resolving any errors/warnings I then run release:perform and get the above error. How can it say I have no scm URL? Is there anything else I need to do to run the release:perform task? What am I doing wrong? Maven should know how to apply labels to starteam given the url above right? Is there a bug in the maven.release.plugin beta plugin? -dh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]