
| Key: |
MPEAR-7
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Sean Timm
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
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...
|
|
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... |
Show » |
Sort Order:
|
Patches ?