I'm using the following local goal to do this

  <goal name ="local:copy-deps" description="Copies the dependent JARs into lib">
      <deploy:copy-deps todir="${maven.war.src}/WEB-INF/lib" excludes="junit"/>
  </goal>

Cheers,

Siegfried Goeschl

-----Original Message-----
From: Ryan Lloyd [mailto:[EMAIL PROTECTED] 
Sent: Mittwoch, 12. Mai 2004 14:02
To: [EMAIL PROTECTED]
Subject: Local deployment of Dependent Jars


Is anyone able to point me to some documentation which explains how I can perform 
local deployment of dependencies? I've been able to compile, and create jars from my 
source quite easily, but in order to create a useful 'distribution', I need to be able 
to package the compiled source, along with the dependent jar files from the local 
repository.
 
Any advice would be appreciated.
 
Regards,
Ryan

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

Reply via email to