Index: plugin.jelly =================================================================== RCS file: /home/cvspublic/maven-plugins/aspectj/plugin.jelly,v retrieving revision 1.9 diff -u -r1.9 plugin.jelly --- plugin.jelly 7 May 2004 19:19:10 -0000 1.9 +++ plugin.jelly 10 May 2004 14:12:54 -0000 @@ -90,8 +90,10 @@ - + + maven.aspectj.fork + Yes + + Run process in another VM. This gets the forking classpath either explicitly + from a forkclasspath entry or by searching the task or system/Ant classpath + for the first readable file with a name of the form aspectj{-}tools{.*}.jar. + When forking you can specify the amount of memory used with maxmem. Fork cannot + be used in incremental mode, unless using a tag file.
+ Default false + + + + + maven.aspectj.maxmem + Yes + + The maximum memory to use for the new VM when fork is true. Values should have + the same form as accepted by the VM, e.g., "128m". + Default 128m + + +