a few todos remaining...

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-09-21 21:38:05 +00:00
parent 7e3d6dfb8c
commit c8ddab97f5

View File

@@ -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
=============================================================================
-->