Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.6
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The generated application.xml currently outputs by default to ${maven.src.dir}/application/META-INF. This should default to ${maven.build.src}/application/META-INF as it's a generated file that should be cleaned up by a maven clean. It's slightly more complicated than just changing the default, of course, since the same variables are used when it's not auto-generated...
Patches ?