Re: Maven eating compiler errors?

2013-02-18 Thread Paul Bourke
ul > > On 18 February 2013 22:26, Anders Hammar wrote: >> If you use version 3.0 of maven-compiler-plugin it should give you better >> info if you use JDK 1.6+. You need to pin down the version of the plugin in >> the pom. >> >> /Anders >> >> >&g

Re: Maven eating compiler errors?

2013-02-18 Thread Paul Bourke
3.0 of maven-compiler-plugin it should give you better > info if you use JDK 1.6+. You need to pin down the version of the plugin in > the pom. > > /Anders > > > On Mon, Feb 18, 2013 at 11:18 PM, Paul Bourke wrote: > >> Hi, >> >> I'm having trou

Maven eating compiler errors?

2013-02-18 Thread Paul Bourke
Hi, I'm having trouble where Maven is not showing compiler errors as one would expect. Take the following: ``` # Create a basic 'hello world' project $ mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false