Merging 2 artifacts....
Looks like a task for maven-assembly-plugin:
http://maven.apache.org/plugins/maven-assembly-plugin/unpack-mojo.html
It can unpack jar/zip dependencies to an assembly directory and package them
as you need.
I'm afraid I can't help any futher without more informations about the
artifacts you want to merge, and what you want to produce.
Denis.
J. Matthew Pryor wrote:
>
> 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]
>
>
>
--
View this message in context:
http://www.nabble.com/accessing-artifacts-in-local-repository-from-pom-expressions-or-antrun-scripts-tf2040042.html#a5614474
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]