I am defining my source folder in the project.properties as 

maven.src.dir=${maven.scm.checkout.dir}/${maven.scm.cvs.module}

because I have subprojects that I call using reactor. Each subproject downloads files 
from cvs , then builds the jar.

Problem is that if the specific ${maven.scm.checkout.dir}/${maven.scm.cvs.module} do 
not exist before I run maven, the source folder is not recognised and the resulting 
jar is empty.

what can I do to work around this problem?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to