From 07fce292be0cdc07daee7ebcedbdd7159a5ee5bd Mon Sep 17 00:00:00 2001 From: vmassol Date: Sat, 3 Jan 2004 11:14:57 +0000 Subject: [PATCH] Added support for weaving aspectwerkz libraries when running aspectwerkz:weave git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114532 13f79535-47bb-0310-9956-ffa450edef68 --- aspectwerkz/plugin.jelly | 9 +++++++++ aspectwerkz/xdocs/properties.xml | 19 +++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/aspectwerkz/plugin.jelly b/aspectwerkz/plugin.jelly index ccc4d1a6..9c8a4c55 100644 --- a/aspectwerkz/plugin.jelly +++ b/aspectwerkz/plugin.jelly @@ -242,6 +242,15 @@ + + + + + + + + diff --git a/aspectwerkz/xdocs/properties.xml b/aspectwerkz/xdocs/properties.xml index 362f5065..02c4e96f 100644 --- a/aspectwerkz/xdocs/properties.xml +++ b/aspectwerkz/xdocs/properties.xml @@ -6,6 +6,25 @@ Vincent Massol + +
+

+ It is possible to specify aspect libraries that will be weaved to the + main source code. For example: +

+ + groupId + artifactId + version + jar|zip + + true + + +]]> +
+