I have tried the dependency-plugin with copy goal, it copy my dependency to a directory, while what I need is to have the dependency bundled together in my SAR file. Is there any specific configuration that I need to be aware of ? Thank you.
Ian Springer-2 wrote: > > Use the copy goal from the dependency plugin: > http://maven.apache.org/plugins/maven-dependency-plugin/usage.html > > ferry97 wrote: >> Hi, >> I need to put a jar file in a sar file, >> myfile.sar >> +-- com (classes) >> +-- lib >> +-- mylib.jar >> +-- META-INF >> +-- jboss-service.xml >> >> I have search everywhere but I can not find a plug-in that can do the job >> (adding a jar file). >> Does anyone know how to do it ? >> Perhaps I miss something. >> Thanks. >> Regards, >> Ferry >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Include-library-%28jar-file%29-in-sar-tf4947837s177.html#a14184655 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
