Hello; I am trying to build a jar file from our maven2 build. The project is a web project and we have a process that runs on the server as a Java application. I have been fooling around with the maven-assembly-plugin to try to get it to build a batch.jar file that I can use to execute a Java program.
My attempts have been futile. I tried building my own assembler file batch-bin.xml and it is not coming together easily for me. I am missing something. My ultimate goal is to have a batch.jar file created with all of the dependencies in the project placed into this jar as .class files NOT jar files. I also want the MANEFEST.MF file created so that I can execute java -jar batch.jar on the command line. Could someone point me to a good example page or mail me an example. I've read the docs sonatype and apache.maven site on assembly and I am not getting it. Thank you Peter -- View this message in context: http://www.nabble.com/maven-assembly-plugin-tf4692100s177.html#a13410974 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
