From dc158456bf84007e82ff369bdfa276754d712dda Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 30 Mar 2006 18:59:17 +0000 Subject: [PATCH] PR: MPASPECTJ-23 Submitted by: Shinobu Kawai Yoshida Add a report for the plugin. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@390215 13f79535-47bb-0310-9956-ffa450edef68 --- aspectj/plugin.jelly | 58 ++++++++++++++++++++++++++++- aspectj/src/plugin-test/project.xml | 5 +++ aspectj/xdocs/changes.xml | 1 + aspectj/xdocs/goals.xml | 9 +++++ 4 files changed, 72 insertions(+), 1 deletion(-) 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> + +