Closed GoogleCodeExporter closed 8 years ago
Thanks Jeff for committing the first version!
I added the following resources so they are included in the jar. Please add
this to the POM's <resources> element so the tld, JS, CSS, and images are
available in the jar for direct use:
<resource>
<targetPath>META-INF</targetPath>
<filtering>false</filtering>
<directory>resources</directory>
<includes>
<include>**/*.tld</include>
</includes>
</resource>
<resource>
<targetPath>css</targetPath>
<directory>resources</directory>
<includes>
<include>**/*.css</include>
</includes>
</resource>
<resource>
<targetPath>js</targetPath>
<directory>resources</directory>
<includes>
<include>**/*.js</include>
</includes>
</resource>
<resource>
<targetPath>images</targetPath>
<directory>resources/images</directory>
<includes>
<include>**/*.*</include>
</includes>
</resource>
Someone may want to enhance the build to create the minimized js files and
include them too...
Original comment by jeffjjen...@gmail.com
on 24 Jun 2010 at 7:15
Got it. Thanks!
Original comment by jeff.johnston.mn@gmail.com
on 25 Jun 2010 at 12:42
Have Maven working!
Original comment by jeff.johnston.mn@gmail.com
on 9 Mar 2011 at 7:40
Original issue reported on code.google.com by
jeffjjen...@gmail.com
on 22 Jun 2010 at 8:16Attachments: