Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2
-
Fix Version/s: 4.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
It will be good to have property for destination folder for compiled sources. It will be very helpful when you have aspects only for unit tests and don't wont to have weaved classes in classes folder.
I propose to use property with name "maven.aspectj.dest" that by default will set to "maven.build.dest".
I have attached patch where added proposed property and test case that use this property.
If you could provide a patch in unified diff format it would be faster to fix.