From ad9bbe2ccc047f8833351cbadc3d098bcc54f9d5 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Thu, 27 Apr 2006 05:28:58 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 4.0 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@397405 13f79535-47bb-0310-9956-ffa450edef68 --- aspectj/project.xml | 11 +++++++---- aspectj/xdocs/changes.xml | 26 +++++++++++++++----------- 2 files changed, 22 insertions(+), 15 deletions(-) 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.