[ https://jira.codehaus.org/browse/MCOMPILER-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=346733#comment-346733 ]
David M. Lloyd commented on MCOMPILER-224: ------------------------------------------ If you add this line to the pom: {code:xml} <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.2-SNAPSHOT</version> <configuration> <showWarnings>true</showWarnings> <!-- this line --> </configuration> </plugin> {code} Then it works. I think it has to do with the way plexus-compiler forwards output... I can look into that separately. > Maven compiler plugin does not properly consume plexus compiler output > ---------------------------------------------------------------------- > > Key: MCOMPILER-224 > URL: https://jira.codehaus.org/browse/MCOMPILER-224 > Project: Maven Compiler Plugin > Issue Type: Bug > Affects Versions: 3.0, 3.1 > Reporter: David M. Lloyd > Attachments: MCOMPILER-224.patch, MCOMPILER-224.zip > > > Maven compiler plugin does not properly read the output from the plexus > compiler. All CompilerMessages are logged at warning or error level, even if > they are not warnings or errors. -- This message was sent by Atlassian JIRA (v6.1.6#6162)