I saw this thread and figured this must be a simple bug. I dug into the sources (of Maven and Plexus) and found what I believe is the root of the problem. In short, while the Maven plugin supports the verbose configuration, the underlying plexus-compiler does not, so it never does anything no matter what setting you have for verbose.
I will create a bug in Plexus Compiler and link it to this issue. I will also see what I can do about resolving this issue, and put a patch up in JIRA. Wayne On Wed, Sep 24, 2008 at 4:23 AM, Sahoo <[EMAIL PROTECTED]> wrote: > I filed http://jira.codehaus.org/browse/MNG-3764. > As a work around, I am thinking of setting fork=true and passing -verbose as > option to compiler. > > Sahoo > > Gabriel Garcia wrote: >> >> Count me in for someone that wanted to compile with more verbosity >> (e.g., to see warnings properly). The only thing that worked for me is >> seeing the deprecated classes (which is another parameter). Other than >> that, verbose=true didn't work. >> >> >> Gabriel >> >> 2008/9/24 Sahoo <[EMAIL PROTECTED]>: >> >>> >>> Has anyone experienced this problem? >>> >>> 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. >>> >>> Thanks, >>> Sahoo >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]