>                      <AoutpurDir>${basedir}/target</AoutpurDir >
>
> [ERROR] Compilation failure
> Failure executing javac, but could not parse the error:
> javac: invalid flag:

Isn't that supposed to be <AoutputDir> ? Is that the invalid flag that
javac is complaining about?

Try "mvn -X ..." to see the full line being passed to javac, then copy
and paste that line into your own CLI and make sure it works. If not,
tweak in CLI until it works, then tweak Maven config.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to