Hi,

I'm using Maven 2.2.  Currently in my root pom.xml, I have

  <scm>
       
<connection>scm:cvs:pserver:dalvar...@localhost:/usr/local/cvs/abc:myco/galc/capitol/tours</connection>
        <tag>myco-galc-capitol-tours-1_0_5</tag>
  </scm>

This is needed when preparing and performing a release.  However, I would
like to move this out of my project and into a more global place on my local
system.  This also has the benefit that other developers will not have to
alter the project if they inherit it.  Where in my local system can I put
the CVS connection info and how do I tell Maven to read that info?

Thanks, - Dave

-- 
View this message in context: 
http://old.nabble.com/Where-can-I-put-CVS-credentials-outside-my-project--tp26968859p26968859.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to