You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wim Deblauwe <wi...@gmail.com> on 2005/11/14 16:11:30 UTC

[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