Try setting the classifier to signed.
 

-----Original Message-----
From: Geffrey Caruso [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 14, 2007 3:51 PM
To: 'Maven Users List'
Subject: RE: Download JAR from Local Repository

Thanks Brian,

So the dependency plugin seems to be working fine I just have one
problem now.

I have to different JARs in my snapshot repository, a signed one and an
unsigned one.  The dependency plugin seems to be downloading the
unsigned on by default and I can't seem to figure out how to tell it to
download the signed one.

I tried using 

<descriptorRefs>
        <descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>

Inside my configuration section but that didn't work its always just
downloads 1.0-SNAPSHOT.jar instead of 1.0-SNAPSHOT-signed.jar

Any help?


-----Original Message-----
From: Brian E. Fox [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 13, 2007 5:05 PM
To: Maven Users List
Subject: RE: Download JAR from Local Repository

There are a few ways to do it with the dependency plugin:
http://maven.apache.org/plugins/maven-dependency-plugin/ 

-----Original Message-----
From: Geffrey Caruso [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 13, 2007 3:00 PM
To: [email protected]
Subject: Download JAR from Local 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


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


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


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

Reply via email to