You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Geffrey Caruso <gc...@mobilvox.com> on 2007/03/13 19:22:56 UTC

Download JAR file from Repository

Here is the problem I'm trying to solve.  I've got a project that creates a
signed applet JAR file and installs it into the local repository.  I now
have another webapp project that isn't technically dependent on that jar to
compile but I want to copy the applet jar into the my project in a specific
folder before building the WAR file.

 

Is there any easy way to do this?

 

Thanks in advance for any advice you can offer.

 

Geff