> So looks like there isn't any Standard defined by MAVEN for that.. > > We have to use maven-assembly-plugin in order to package it correct ?
If you put the files under src/main/resources somewhere, then the jar plugin will pick them up. Otherwise yes you will need to use assembly plugin. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
