diff --git a/aspectj/project.xml b/aspectj/project.xml index 72088e1b..feded13b 100644 --- a/aspectj/project.xml +++ b/aspectj/project.xml @@ -17,14 +17,12 @@ * limitations under the License. */ --> - - + ../plugins-parent/project.xml 3 maven-aspectj-plugin Maven AspectJ Plugin - 4.0-SNAPSHOT + 4.0 AspectJ Plugin for Maven @@ -58,6 +56,11 @@ 3.2 MAVEN_ASPECTJ_3_2 + + 4.0 + 4.0 + MAVEN_ASPECTJ_4_0 + diff --git a/aspectj/xdocs/changes.xml b/aspectj/xdocs/changes.xml index 4900285b..23cee182 100644 --- a/aspectj/xdocs/changes.xml +++ b/aspectj/xdocs/changes.xml @@ -17,7 +17,6 @@ * limitations under the License. */ --> - AspectJ plugin changes @@ -27,19 +26,24 @@ Carlos Sanchez - - New property maven.aspectj.dest to define output folder for aspectj:compile goal. - Unable to weave only sources defined in argument files. New property maven.aspectj.src.argfilesOnly. + + New property + maven.aspectj.destto define output folder for + aspectj:compilegoal. + + Unable to weave only sources defined in argument files. New property + maven.aspectj.src.argfilesOnly. + Add a report for the plugin. Upgraded to AspectJ 1.5.0 - - Added maven.aspectj.failonerror property. + Added + maven.aspectj.failonerrorproperty. - - Add support for iajc's messageHolderClass attribute - and added maven.dependency.classpath to the - iajc's taskdef so that custom message holder classes will be - found at execution time. + Add support for + iajc's + messageHolderClassattribute and added + maven.dependency.classpathto the + iajc's taskdef so that custom message holder classes will be found at execution time.