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
