Can you please open new bugreport in JIRA [1] and provide sample project
and steps to reproduce the problem?
[1] http://jira.codehaus.org/browse/MNGECLIPSE
Papapara Tudu wrote:
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
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email