I was talking about official Maven core. Any tweaked version could be differently. However, the effective-pom would show what is used. I.e. an older version of the plugin or a configuration.
/Anders On Wed, Oct 2, 2013 at 12:25 PM, Russell Gold <[email protected]> wrote: > You would think so, but a co-worker of mine ran into the same issue > without putting anything in his POM. He had installed it using apt-get on > ubuntu, but when he replaced that with 3.0.4 from the maven website, it > worked fine. I never delved into the issue, but I wonder if apt-get is > somehow finding a different 3.0.4? > > - Russ > > On Oct 2, 2013, at 2:19 AM, Anders Hammar <[email protected]> wrote: > > > This is controlled by the maven-compiler-plugin. The version of that > plugin > > that Maven 3.0.4 uses by default uses Java 5 by default. So you must > either > > have an older version of the plugin defined or a configuration of that > > plugin stating Java 1.3. > > If you check the effective-pom it should be "easy" to tell. > > > > /Anders > > > > > > On Wed, Oct 2, 2013 at 5:45 AM, Raghavendra Nandagopal < > > [email protected]> wrote: > > > >> Hi, > >> The maven version I am using is Maven 3.0.4. When I try to compile a > >> Java project, the error that states is "enums are not supported in > -source > >> 1.3 > >> (use -source 5 or higher to enable enums)". > >> > >> My java version is JDK 7.0 and the JAVA_HOME variable is set correctly > >> and part of the build path. > >> > >> I understand that the java version has to be configured in the pom.xml > >> for the project to make use of JDK 7.0. > >> The clarification I needed is if Maven version 3.0.4 then isn't by > default > >> uses JDK 5.0 and above? > >> I don't need to change the value for each and every pom.xml for the > >> projects that I work. > >> Please let me know if you have any workaround. > >> > >> Thanks, > >> Raghavendra Nandagopal > >> > >> > >> > ------------------------------**------------------------------**--------- > >> To unsubscribe, e-mail: users-unsubscribe@maven.**apache.org< > [email protected]> > >> For additional commands, e-mail: [email protected] > >> > >> > > ----------------- > Author, Getting Started with Apache Maven > > Come read my webnovel, Take a Lemon <http://www.takealemon.com>, > and listen to the Misfile radio play < > http://www.fuzzyfacetheater.com/misfile/>! > > > > > > >
