It all depends what you want to do with them. Deliver them with your application? Use the assembly plugin to create a bundle. Add them to the jar file? Configure the resource plugin to include the src/main/scripts directory.
If it is any specific functionality, then you could write your own plugin. Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, May 6, 2009 at 12:09 PM, Blackbird <[email protected]> wrote: > > I guess I'll have to write my own plugin.. > > > Nick Stolwijk-4 wrote: >> >> To put the files in src/main/scripts is the convention. It is then up >> to the plugins to do something with them. Which plugin did you expect >> to take your files? >> >> Hth, >> >> Nick Stolwijk >> ~Java Developer~ >> >> Iprofs BV. >> Claus Sluterweg 125 >> 2012 WS Haarlem >> www.iprofs.nl >> > > -- > View this message in context: > http://www.nabble.com/Maven2---Where-to-put-script-files--tp5594755p23403655.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
