You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by pdelaney <de...@gmail.com> on 2007/11/12 15:18:36 UTC

assembly plugin or dependency plugin

Hello;

I have a problem creating a batch.jar file for a java application that will
run on some UNIX server via a shell script.

My maven project is a multiproject with the following subprojects
<modules>
        <module>common</module>
        <module>server</module>
        <module>rules</module>
        <module>batch</module>
        <module>web</module>
 </modules>

the batch module will run on the server and want  is one big JAR file that
contains all of the .class files for the project and its dependencies.   I
would also like to add a Class-Main to the JAR MANIFEST and to have the
ability to remove some MANIFEST files from the other jars.

Should I be looking at the assembly plugin or the dependency plugin and are
there any good examples other than the examples I see in the plugin apache
documentation?

Thanks for the help.
Peter
-- 
View this message in context: http://www.nabble.com/assembly-plugin-or-dependency-plugin-tf4791376s177.html#a13706413
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org