Hi, I need to build 3 jars from the classes created by a module; a "full" jar and two jars that contain subsets of the available classes.
Binding the jar:jar goal to the package phase using <executions> causes it to run fine, but I can't see any includes/excludes option for this plugin in the documentation. I've tried it anyway, and while there are no error messages any includes/excludes tags appear to be ignored. Am I missing something? If not, do I need to resort to binding the maven-assembly-plugin to the package phase instead of the jar plugin? That looks possible, but not as elegant.. Thanks, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
