I have currently installed java 1.6 on the computer im working on. One
of the projects im working on needs java 1.5, but selecting 1.5 from
sources dosn't seem to do much... I can still use classes from the 1.6
API and compile with no issues even tho i have the following defined in
my pom.xml file for the project:
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
Is there any way I can make the compiler check for 1.5 compability when
compiling?
Cheers,
Magne
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email