[ https://jira.codehaus.org/browse/MCOMPILER-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=311091#comment-311091 ]
Anders Hammar commented on MCOMPILER-81: ---------------------------------------- I confirm this (m-compiler-p v2.5.2). Comparing the result of executing javac directly with the -verbose flag and executing maven-compiler-plugin with verbose=true (and -X), the latter does not output what the compiler is doing. > <verbose>true</verbose> is ignored for maven-compiler-plugin > ------------------------------------------------------------ > > Key: MCOMPILER-81 > URL: https://jira.codehaus.org/browse/MCOMPILER-81 > Project: Maven 2.x Compiler Plugin > Issue Type: Bug > Environment: Maven version: 2.0.7 > Java version: 1.5.0_13-rev > OS name: "sunos" version: "5.11" arch: "x86" > Reporter: Sanjeeb Sahoo > > I don't see the effect of <verbose>true</verbose>. When I run with -X, I do > see that verbose = true, but I don't see it being passed to javac. I tried > with fork = true and the command line that was used to invoke javac did > not have verbose option set. I am using default compiler. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira