> Can we specify a password to cvs for maven changlog:generate ?.
User CVSPass to insert a password into a local file, then pass that file to
cvs with the passfile attribute. The following example does this (I set
itag.cvs.passfile to .cvspass so that any passwords already there will be
used.)
<cvspass cvsroot="${itag.jakarta.cvs.root}"
password="${itag.jakarta.cvs.pass}"
passfile="${itag.cvs.passfile}"/>
<cvs cvsRoot="${itag.jakarta.cvs.root}"
command="checkout"
dest="${itag.jakarta.root}"
package="jakarta-velocity"
tag="${velocity.vers_tag}"
passfile="${itag.cvs.passfile}"
failonerror="true" />
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>