I am migrating a maven 1 project to a maven 2 project.
I have one module that creates its artifact by merging together 2
artifacts created by dependent modules
At the moment, I am trying to do it all with the antrun plugin, rather
than writing Mojos.
In the maven 1 version I did somethign like this:
${maven.repo.local}/${pom.artifactDirectory}/the-file-i-want.exe
Is there any way I can get installed artifacts from the local repository
via antrun or pom.xml expressions?
Thanks,
Matthew
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]