You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/09/21 23:38:05 UTC

cvs commit: maven/src/plugins-build/aspectj plugin.jelly

vmassol     2003/09/21 14:38:05

  Modified:    src/plugins-build/aspectj plugin.jelly
  Log:
  a few todos remaining...
  
  Revision  Changes    Path
  1.6       +8 -0      maven/src/plugins-build/aspectj/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/aspectj/plugin.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.jelly	21 Sep 2003 21:22:01 -0000	1.5
  +++ plugin.jelly	21 Sep 2003 21:38:05 -0000	1.6
  @@ -10,6 +10,14 @@
       - Generate a reusable aspect jar, by creating a jar of the aspects found 
         in ${pom.build.aspectSourceDirectory}. This is invoked through the
         aspectj:jar goal.
  +      
  +    TODO:
  +    - Need to add back the ajdoc goal
  +    - Try to find a solution to weave at the class level instead of at the jar
  +      level as some other plugins (like the war one) do not go through the
  +      jar:jar goal (they stop at the java:compile step).    
  +    - Add goals/properties xdoc documentation
  +    - Add other iajc attributes as plugin properties
     =============================================================================
   -->
   
  
  
  

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