including classes from a dependent jar

2006-08-17 Thread Douglas Ferguson
I have a module that needs to build a jar file from a subset of classes from other modules. Any suggestions on a clean way to do this? __ Douglas W. Ferguson EPSIIA - Another Fiserv Connection Development Office Phone: 512-329-0081 ext. 3309

RE: including classes from a dependent jar

2006-08-17 Thread Donald Ness
' Subject: including classes from a dependent jar I have a module that needs to build a jar file from a subset of classes from other modules. Any suggestions on a clean way to do this? __ Douglas W. Ferguson EPSIIA - Another Fiserv Connection

RE: including classes from a dependent jar

2006-08-17 Thread Douglas Ferguson
To: 'Maven Users List' Subject: including classes from a dependent jar I have a module that needs to build a jar file from a subset of classes from other modules. Any suggestions on a clean way to do this? __ Douglas W. Ferguson EPSIIA - Another

RE: including classes from a dependent jar

2006-08-17 Thread Douglas Ferguson
? -Original Message- From: Douglas Ferguson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 17, 2006 4:43 PM To: 'Maven Users List' Subject: RE: including classes from a dependent jar I just came up with a plan of attack: 1) Use the dependency:unpack goal. 2) Then update the jar plugin config to use

RE: including classes from a dependent jar

2006-08-17 Thread Douglas Ferguson
: including classes from a dependent jar This works but I can't control the files that get put into the jar, because the jar plugin includes everything. I could probably use the assembly plugin or maybe call and ant task to delete unneeded files. If I use the assembly plugin can I disable the normal