Index: plugin.jelly =================================================================== RCS file: /home/cvspublic/maven-plugins/aspectj/plugin.jelly,v retrieving revision 1.12 diff -u -r1.12 plugin.jelly --- plugin.jelly 3 Jun 2004 11:49:45 -0000 1.12 +++ plugin.jelly 3 Jun 2004 16:12:00 -0000 @@ -30,16 +30,85 @@ + xmlns:ant="jelly:ant" + xmlns:define="jelly:define" + xmlns:aspectj="aspectj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Weaving with: ${dep.artifactId} + + + + + + + + + + + Weaving into: ${dep.artifactId} + + + + + + + + + + + + + - - - + + description="Weave classes with AspectJ"> - - - - - - - - + + - - - - - + - - - - - - Weaving with: ${dep.artifactId} - - - - + + + + - - - - - - Weaving into: ${dep.artifactId} - - - - + - + + + + + + + + Index: project.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/aspectj/project.xml,v retrieving revision 1.36 diff -u -r1.36 project.xml --- project.xml 3 Jun 2004 11:53:16 -0000 1.36 +++ project.xml 3 Jun 2004 16:12:01 -0000 @@ -100,5 +100,10 @@ aspectjtools 1.2 + + junit + junit + 3.8.1 + Index: xdocs/goals.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/aspectj/xdocs/goals.xml,v retrieving revision 1.5 diff -u -r1.5 goals.xml --- xdocs/goals.xml 7 May 2004 19:19:10 -0000 1.5 +++ xdocs/goals.xml 3 Jun 2004 16:12:01 -0000 @@ -32,13 +32,19 @@ aspectj This is the default goal of the plugin and simply attains - the aspectj:compile goal. + the aspectj:compile and aspectj:test-compile goals. aspectj:compile Weaves project classes and dependency libraries. + + + + aspectj:test-compile + + Weaves project test classes. Index: xdocs/index.xml =================================================================== RCS file: /home/cvspublic/maven-plugins/aspectj/xdocs/index.xml,v retrieving revision 1.4 diff -u -r1.4 index.xml --- xdocs/index.xml 7 May 2004 19:19:10 -0000 1.4 +++ xdocs/index.xml 3 Jun 2004 16:12:01 -0000 @@ -45,6 +45,7 @@ document.

+

To install or update the plugin do the following:
@@ -118,11 +128,16 @@ add the following to your maven.xml file.

- - ]]> + + + + + ]]>