Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
-
Environment:Maven 1.0-rc1
AspectJ 1.1.1
-
Number of attachments :
Description
Ability to automatically weave aspects on the classes generated on java:compile
Ability to add dependencies on libraries with aspects.
Proposed new way to reuse aspects as done in ejb, cactus and war plugins
<dependency>
<groupId>groupid</groupId>
<artifactId>jarid</artifactId>
<version>jarversion</version>
<properties>
<aspectj.weave>true</aspectj.weave>
</properties>
</dependency>
although maintaining old way.
Also added installation of jar and snapshot with reusable aspects but not needed with this new way to define dependencies.
Updated and improved documentation, check it for more info, also in http://oness.sourceforge.net/maven-aspectj-plugin
(I've called it version 3.0)
Attachments
Issue Links
| This issue is related to: | ||||
| MPASPECTJ-1 | Upgrade or add plugin for AspectJ 1.1 |
|
|
|
Updated changes.xml