Issue Details (XML | Word | Printable)

Key: MPEAR-7
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Sean Timm
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Ear Plugin

Generated source files should output to maven.build.src

Created: 29/Oct/03 01:33 PM   Updated: 16/Nov/04 12:09 AM   Resolved: 16/Nov/04 12:09 AM
Return to search
Component/s: None
Affects Version/s: 1.2
Fix Version/s: 1.6

Time Tracking:
Not Specified


 Description  « Hide

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...



dion gillard added a comment - 09/Nov/03 09:32 AM

Patches ?


Felipe Leme added a comment - 08/Nov/04 11:33 PM

Sean,

Could you explain better what you meant by 'since the same variables are used when it's not auto-generated...' ?

– Felipe


Felipe Leme added a comment - 16/Nov/04 12:09 AM

Ok, now I understood what that means, so I fixed it...