Hi Wayne Your mail did help ...you know sometimes even we have worked on some plugins but still forget them.
Thanks it worked Regards, Nishant Sonar Synechron Technologies -----Original Message----- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 10:59 AM To: Maven Users List Subject: Re: copy jars to jboss lib Actually, not unpack, but one of the other goals in dependency plugin (perhaps copy-dependencies?) will probably work. http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying -project-dependencies.html Wayne On 10/28/07, Wayne Fay <[EMAIL PROTECTED]> wrote: > Not positive, but dependency:unpack might be what you need. > > Wayne > > On 10/28/07, Sonar, Nishant <[EMAIL PROTECTED]> wrote: > > Hi, > > > > > > > > I need to add some libraries (Jars) to jboss in > > {JBOSS_HOME}/server/default/lib, these libraries are in the hosted > > central server repository (proximity). What I need is to write a POM > > that can download these dependencies to a lib folder (without group > > directories) and then copy these to jboss/lib. E.g > > > > > > > > <dependencies> > > > > .... > > > > </dependencies> > > > > > > > > To be download to > > > > > > > > {project_home}\lib\ > > > > -jar-1.0.jar > > > > -jar-2.0.2.jar > > > > -xxxjar-3.2.jar > > > > -abc-4.5.jar > > > > And then these to be copied to jboss/server/default/lib > > > > > > > > Can anybody help me in this? > > > > > > > > Regards, > > > > Nishant Sonar > > > > > --------------------------------------------------------------------- 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]
