There are two connections under the SCM tag (check the project model documentation for more details):
-- "connection" is a read-only connection for getting the source updates -- "developerConnection" is a read-write connection for making updates I suspect you need to replicate the connection as the developer connection. -----Original Message----- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: Monday, November 14, 2005 10:12 To: Maven Users List Subject: [m2] releasing a version Hi, I'm trying mvn release:prepare but I get the following error: [INFO] ------------------------------------------------------------------------ ---- [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ ---- [INFO] One or more required plugin parameters are invalid/missing for 'release:prepare' [0] on the command line, specify: '-Dproject.scm.developerConnection=VALUE' What am I doing wrong? What is that VALUE I need? I specified this in my pom.xml: <scm> <connection>scm|local|Z:\modules\utils|utils-logging-jar</connection> </scm> regards, Wim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
