[mevenide-user] Does mevenide respect the sources when building? (Netbeans 6.1/mevenide 3.1)
Magne Nordtveit <magne.nordtveit-4fgah/[email protected]> Tue, 13 May 2008 16:54:40 +0200
| Newsgroups | gmane.comp.jakarta.turbine.maven.mevenide.user |
|---|---|
| Organization | Offshore Simulator Centre AS |
| Message-ID | <1210690480.2199.7.camel@osc-magne> |
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