What do you want to exclude: java classes or "web resources"? "war" plugin uses "java" plugin for compilation of java sources and for exlusion of java classes you can use properties of that plugin.
Michal > -----Original Message----- > From: Nicolas Cazottes [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 17, 2004 12:14 PM > To: [EMAIL PROTECTED] > Subject: Maven war plugin > > > Hello, > > Currently working on a project with maven, I needed to use the war > plugin with the ${maven.war.src.excludes} property in order to build a > packaged Web App. After a while without success, I checked > the source code > of the > war jelly tag and found that the option I wanted to use is > not used (or > implemented ?) in the plugin war:war goal. > Is there a reason that I am missing for this behaviour ? > > Thanks, > > Nicolas Cazottes > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
