Heya, I'm mavenizing a project that is currently being built with ant. In the build.xml I run across this kind of thing several times:
<antcall target="resources:copy:repository:${deploy.database}" >
<param name="repository.dir" value="${exploded.war}/WEB-INF/classes" />
</antcall>
How do I express that in maven/jelly syntax?
Thanks,
J
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
