Index: plugin.properties =================================================================== --- plugin.properties (revision 354477) +++ plugin.properties (working copy) @@ -69,4 +69,5 @@ # Level of language usage messages. Possible values are error, warning and ignore maven.aspectj.lint=warning - +# If true, throw BuildException to halt build if there are any compiler errors. +maven.aspectj.failonerror=true Index: plugin.jelly =================================================================== --- plugin.jelly (revision 354477) +++ plugin.jelly (working copy) @@ -50,6 +50,7 @@ incremental="${maven.aspectj.incremental}" XnoWeave="${maven.aspectj.noweave}" Xlint="${maven.aspectj.lint}" + failonerror="${maven.aspectj.failonerror}" destDir="${destDir}" sourceRootCopyFilter="${maven.aspectj.sourceRootCopyFilter}" debug="${maven.aspectj.debug}"