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