提交 a9b54193 编写于 作者: V Vincent Latombe

Set source/target level to 1.6 within the m2e profile.

Otherwise, eclipse gets unhappy with the @Override annotations.
上级 4e8dcbe6
......@@ -843,6 +843,15 @@ THE SOFTWARE.
<build>
<directory>${m2BuildDirectory}</directory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<!-- Otherwise m2e is unhappy because of @Override annotations -->
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.maven.ide.eclipse</groupId>
<artifactId>lifecycle-mapping</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册