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