diff --git a/aspectj/plugin.jelly b/aspectj/plugin.jelly index 09a912a6..7be4cf99 100644 --- a/aspectj/plugin.jelly +++ b/aspectj/plugin.jelly @@ -31,6 +31,7 @@ xmlns:log="jelly:log" xmlns:maven="jelly:maven" xmlns:util="jelly:util" + xmlns:doc="doc" xmlns:aspectj="aspectj"> + + + + + + @@ -251,5 +259,53 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${basedir}${file.separator} + + + + + + + + + + diff --git a/aspectj/src/plugin-test/project.xml b/aspectj/src/plugin-test/project.xml index 1176eb16..727d7a43 100644 --- a/aspectj/src/plugin-test/project.xml +++ b/aspectj/src/plugin-test/project.xml @@ -63,4 +63,9 @@ src/test src/aspect + + + maven-aspectj-plugin + + diff --git a/aspectj/xdocs/changes.xml b/aspectj/xdocs/changes.xml index 499f4b2b..f719f5b7 100644 --- a/aspectj/xdocs/changes.xml +++ b/aspectj/xdocs/changes.xml @@ -28,6 +28,7 @@ + Add a report for the plugin. Upgraded to AspectJ 1.5.0 Added maven.aspectj.failonerror property. diff --git a/aspectj/xdocs/goals.xml b/aspectj/xdocs/goals.xml index fa7f206a..e6cd87bf 100644 --- a/aspectj/xdocs/goals.xml +++ b/aspectj/xdocs/goals.xml @@ -47,6 +47,15 @@ Weaves project test classes after calling aspectj:compile. + + maven-aspectj-plugin:report + + Generate report of the result of aspectj:compile. + In order to add this report to the site, + add the following in the <reports> section of project.xml: + <report>maven-aspectj-plugin</report> + +