diff --git a/aspectj/plugin.jelly b/aspectj/plugin.jelly index 636485f5..ccfa04c1 100644 --- a/aspectj/plugin.jelly +++ b/aspectj/plugin.jelly @@ -55,7 +55,9 @@ sourceRootCopyFilter="${maven.aspectj.sourceRootCopyFilter}" debug="${maven.aspectj.debug}" emacssym="${maven.aspectj.emacssym}" - verbose="${maven.aspectj.verbose}"> + verbose="${maven.aspectj.verbose}" + source="${maven.aspectj.source}" + time="${maven.aspectj.time}"> diff --git a/aspectj/project.xml b/aspectj/project.xml index 32705c20..551c4c17 100644 --- a/aspectj/project.xml +++ b/aspectj/project.xml @@ -23,7 +23,7 @@ 3 maven-aspectj-plugin Maven AspectJ Plugin - 3.1.1 + 3.2-SNAPSHOT AspectJ Plugin for Maven http://maven.apache.org/reference/plugins/aspectj/ diff --git a/aspectj/xdocs/changes.xml b/aspectj/xdocs/changes.xml index 6866bbae..1bb5a6f4 100644 --- a/aspectj/xdocs/changes.xml +++ b/aspectj/xdocs/changes.xml @@ -27,6 +27,11 @@ Carlos Sanchez + + Added + maven.aspectj.sourceand + maven.aspectj.timeproperties that where incorrectly removed. + Check that unitTestSourceDirectory is defined in pom Output messages to log