Hello, While developing my Struts-based webapp, I hit the following problem in the maven-java plugin: .properties files in the src/ dir doesn't follow the classes when they are compiled. There is a simple fix, add theses lines at the end of the java:compile goal :
<copy todir="${maven.build.dest}">
<fileset dir="${maven.src.dir}" includes="**/*.properties"/>
</copy>
Best Regards,
David Garnier
--
Website: http://dgarnier.etudier-online.com
PGP key: http://www.davidgarnier.com/public_gpg_key.txt
signature.asc
Description: This is a digitally signed message part
