Thanks Wendy, It worked like a charm...
Eyal Wendy Smoak-3 wrote: > > On Thu, Mar 19, 2009 at 8:15 AM, eyalg1972 <[email protected]> wrote: > >> Since the resources are under the src directory (mixed with the code) I >> did >> the following: >> >> Defined the resource directory to be: >> >> <resource> >> <directory>src</directory> >> <excludes> >> <exclude> **/*.java </exclude> >> </excludes> >> </resource> >> </resources> >> >> And in the plug in definitions I gave the src/main/resources location: >> >> <configuration> >> <outputDirectory>src/main/resources</outputDirectory> >> </configuration> > > Remove the outputDirectory and it should work. If you tell it where > the resources are, the plugin already knows where it should copy them > to. > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Problem-with-resources-not-being-packed-by-the-package-process-tp22601444p22608407.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
