Hi All,

Is it possible to pass / access the maven project classpath inside of an ant mojo build file.

I see that you can with the antrun plugin, but can you do the same with self written ant mojo's ?

I want to get at :

${maven.dependency.classpath}
${maven.compile.classpath}
${maven.runtime.classpath}
${maven.test.classpath}
${maven.plugin.classpath}

Thanks

Jon


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

Reply via email to