Index: xdocs/changes.xml
===================================================================
--- xdocs/changes.xml (revision 354477)
+++ xdocs/changes.xml (working copy)
@@ -27,7 +27,10 @@
maven.aspectj.failonerror property.
+ 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.
+
+ true, throw BuildException to halt build if there are any compiler errors.
+ If false, continue notwithstanding compile errors.
+ Defaults to true.
+