> I had tried the cvspass ant task, in a pre goal for activity, > I am writing to .cvspass in the root of my project. However, > this doesn't get picked up by maven (repository in > project.xml), I don't actually know if it is meant > to or if there is something else that I need to do in order > to tell maven abaout it (a bit like specifying 'passfile' > on the ant cvs task).
cvspass also has the "passfile" argument, so run cvspass with passfile to write out a password file, then use cvs with the passfile argument using that same file. All of this can be found in the Ant manual (http://ant.apache.org/manual/). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
