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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to