diff --git a/aspectj/xdocs/changes.xml b/aspectj/xdocs/changes.xml index c5fdcc96..641b73f7 100644 --- a/aspectj/xdocs/changes.xml +++ b/aspectj/xdocs/changes.xml @@ -28,6 +28,9 @@ + + Added "Compiling aspect sources" section to xdoc + Use maven.aspectj.maxmem only when maven.aspectj.fork=true diff --git a/aspectj/xdocs/index.xml b/aspectj/xdocs/index.xml index 71bdb67a..5ef949ce 100644 --- a/aspectj/xdocs/index.xml +++ b/aspectj/xdocs/index.xml @@ -45,6 +45,7 @@ document.

+

To install or update the plugin do the following:
@@ -52,6 +53,15 @@

+
+

You must add the property aspectSourceDirectory in your project.xml

+ + src/aspectj + ]]> + +
+

You must tell Maven what aspects you want to weave project classes with in addition to the source aspects in your project. This is achieved by