Hi, I am moving my firsts step with Maven. In my project I have the following Java code structure:
com.myproj.packageA com.myproj.packageB com.myproj.packageC com.myproj.packageD When I launch the package artifact (correct??) 2 jar should be created: server.jar (containing the compiled code from A,B,C) client.jar (with A,B,D) How can I do that? How can I manage common code packages? Please be patient with my newbie trivial questions :) Thank u in advance, Nicola --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
