From c8ddab97f58bb610ecf3f5ebdb12e8b1c7082ba2 Mon Sep 17 00:00:00 2001 From: vmassol Date: Sun, 21 Sep 2003 21:38:05 +0000 Subject: [PATCH] a few todos remaining... git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114068 13f79535-47bb-0310-9956-ffa450edef68 --- aspectj/plugin.jelly | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/aspectj/plugin.jelly b/aspectj/plugin.jelly index 08592407..19804d40 100644 --- a/aspectj/plugin.jelly +++ b/aspectj/plugin.jelly @@ -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 ============================================================================= -->