Marcel, Java is 1.6.0_45 which I don't believe has changed in a while.
Igor,
I have tried 3.1.1 on the command line but that appears to build correctly. I have also tried enabling the debug logs but I am not sure I am doing it correctly. To do so, should I only have to update the level to DEBUG in the <root level="INFO"> declaration:
<root level="DEBUG">
34 <appender-ref ref="FILE" />
35 <appender-ref ref="STDOUT" />
36 <appender-ref ref="EclipseLog" />
37 <appender-ref ref="MavenConsoleLog" />
38 </root>
I don't see debuging statements in either the maven console or the eclipse log?
Also, my output shows the following warnings, I am not sure if they may be relevant:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
could not parse error message: warning: [path] bad path element "/home/kbarlow/.m2/repository/com/sun/xml/bind/jaxb-impl/2.1.12/jaxb-api.jar": no such file or directory
warning: [path] bad path element "/home/kbarlow/.m2/repository/com/sun/xml/bind/jaxb-impl/2.1.12/activation.jar": no such file or directory
warning: [path] bad path element "/home/kbarlow/.m2/repository/com/sun/xml/bind/jaxb-impl/2.1.12/jsr173_1.0_api.jar": no such file or directory
warning: [path] bad path element "/home/kbarlow/.m2/repository/com/sun/xml/bind/jaxb-impl/2.1.12/jaxb1-impl.jar": no such file or directory
warning: [path] bad path element "/home/kbarlow/.m2/repository/net/sourceforge/jtds/jtds/1.2/jcifs.jar": no such file or directory
warning: [options] bootstrap class path not set in conjunction with -source 1.6
The bootstrap warning seems like it might be relevant but I am not sure what it means... Do you know?
Thanks.
Keith