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

release:prepare scm and cvs..

Hi,

I'm trying to build my first release using maven.. and I've got that error :
"Missing required setting: scm connection or developerConnection must be
specified."

So, I had in my main pom.xml those lines :
	<scm>
		<connection>scm:cvs:pserver:user:@cvsIP:/cvs:moduleName</connection>
	
<developerConnection>scm:cvs:pserver:user:@cvsIP:/cvs:moduleName</developerConnection>
		<tag>HEAD</tag>
		<url>http://google.fr</url>
	</scm>

.. and I'm still having the same probleme.. 

Also, in the setting.xml, i added those lines :
         <server>
                <id>cvsIp:2401</id>
                <username>***</username>
                <password>***</password>
        </server>

I miss something.. but what ??

Thx,

Jeremy

-- 
View this message in context: http://maven.40175.n5.nabble.com/release-prepare-scm-and-cvs-tp3267083p3267083.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: release:prepare scm and cvs..

Posted by Antonio Petrelli <an...@gmail.com>.
2010/11/16 jeb001 <je...@gmail.com>:
> I'm trying to build my first release using maven.. and I've got that error :
> "Missing required setting: scm connection or developerConnection must be
> specified."
>
> So, I had in my main pom.xml those lines :
>        <scm>
>                <connection>scm:cvs:pserver:user:@cvsIP:/cvs:moduleName</connection>
>
> <developerConnection>scm:cvs:pserver:user:@cvsIP:/cvs:moduleName</developerConnection>
>                <tag>HEAD</tag>
>                <url>http://google.fr</url>
>        </scm>

I don't see anything wrong with it. What do you mean with "main pom"?

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org