Author: bentmann Date: Thu Dec 31 14:40:29 2009 New Revision: 894851 URL: http://svn.apache.org/viewvc?rev=894851&view=rev Log: [MCOMPILER-10] display summary information including number of compiler errors when compiler plugin fails
o Removed obsolete FAQ Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/fml/faq.fml Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/site/fml/faq.fml?rev=894851&r1=894850&r2=894851&view=diff ============================================================================== --- maven/plugins/trunk/maven-compiler-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-compiler-plugin/src/site/fml/faq.fml Thu Dec 31 14:40:29 2009 @@ -24,17 +24,6 @@ xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd" title="Frequently Asked Questions"> <part id="General"> - <faq id="compile-error-reports"> - <question>Is there a way to get Maven to report the number of compile errors found?</question> - <answer> - <p> - Currently, this type of summary information is not built into the compiler plugin, but it - would be possible to add. If this feature is important to you, add your vote to - <a href="http://jira.codehaus.org/browse/MNG-1854">MNG-1854</a> - . - </p> - </answer> - </faq> <faq id="how-to-add-generated-sources"> <question>How do I add my generated sources to the compile path of Maven, when using modello?</question> <answer>