Index: xdocs/changes.xml =================================================================== --- xdocs/changes.xml (revision 354477) +++ xdocs/changes.xml (working copy) @@ -27,7 +27,10 @@ Carlos Sanchez - + + + Added maven.aspectj.failonerror property. + Add support for iajc's messageHolderClass attribute and added maven.dependency.classpath to the Index: xdocs/properties.xml =================================================================== --- xdocs/properties.xml (revision 354477) +++ xdocs/properties.xml (working copy) @@ -176,6 +176,16 @@ interface and having a public no-argument constructor. + + + maven.aspectj.failonerror + Yes + + If true, throw BuildException to halt build if there are any compiler errors. + If false, continue notwithstanding compile errors. + Defaults to true. + +