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]