Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.4
-
Eclipe IDE
Description
target/classes is managed by eclipse, eclipse will delete resources contained from time to time.
Generated resources during the maven build should reside in a different location, target/generated-resources/sis is a good candidate.
m2e (maven eclipse integration) also provides support for mojo:
-lifecycle declaration.
-incremental build.