You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/04/12 01:54:49 UTC

[jira] Created: (MPASPECTJ-8) Weaving classes not jars, and many other features

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPASPECTJ-8

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPASPECTJ-8
    Summary: Weaving classes not jars, and many other features
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven-aspectj-plugin
   Versions:
             2.0

   Assignee: 
   Reporter: Carlos Sanchez

    Created: Sun, 11 Apr 2004 7:54 PM
    Updated: Sun, 11 Apr 2004 7:54 PM
Environment: Maven 1.0-rc1
AspectJ 1.1.1

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)



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org