Hello,
I am running Eclipse with a 1.5 jdk, however I'm compiling the code at 1.4
level.
I have a multi-module Maven project and have the following set in the parent
project:
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
When I add some 1.5-compatible code and compile it from the command line, it
fails as expected.
However when I compile it from Eclipse with the m2eclipse plugin, it
compiles successfully without showing any errors.
Could that be a defect in m2eclipse?
Thanks,
Papapara Tudu
--
View this message in context:
http://www.nabble.com/maven-compiler-plugin-tp19314240p19314240.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email