Wayne Fay wrote: > >> thx for the response. the compiled .jasper files are in sub-directories >> inside src/main/resources, so perhaps that is the problem and they all >> need >> to be placed in src/main/resources directly so they are included in the >> JAR. > > If this is an EAR-packaged project, src/main/resources will not work. > Read the docs: > http://maven.apache.org/plugins/maven-ear-plugin/ear-mojo.html > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > >
multiple JARs are packaged in the EAR, so why can't the .jasper files be packaged in the appropriate JAR prior to the EAR goal being invoked during 'mvn clean install'? -- View this message in context: http://maven.40175.n5.nabble.com/adding-non-class-files-to-a-JAR-tp1850724p1864886.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]
