提交 0d8cd31f 编写于 作者: C Christoph Bruecke

Fix stratosphere pom.

The compiler plugin was configured under the wrong section. It used to
be a child of reporting but is now a child of build. Changing the source
and target properties in the old pom were without any effect.
上级 c7c94f2d
......@@ -292,19 +292,6 @@
<reporting>
<plugins>
<plugin>
<!-- just define the Java version to be used for compiling and plugins -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<!-- execution of Unit Tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
......@@ -505,7 +492,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册