提交 f728be7f 编写于 作者: C Christoph Kutzinski

Require Maven 3 to build - see https://groups.google.com/forum/#!topic/jenkinsci-dev/xyeZlKaIaGc

Also require Java 1.6.0-18 as -17 might not be enough as mentioned on the Wiki.
上级 d5fb8a34
......@@ -485,7 +485,7 @@ THE SOFTWARE.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.0</version>
<version>1.0.1</version>
<executions>
<execution>
<goals>
......@@ -495,8 +495,11 @@ THE SOFTWARE.
<rules>
<!-- There is a bug in JDK 1.5's compiler therefore need to compile with 1.6 -->
<requireJavaVersion>
<version>[1.6.0,]</version>
<version>1.6.0-18</version>
</requireJavaVersion>
<requireMavenVersion>
<version>3.0</version>
</requireMavenVersion>
</rules>
</configuration>
</execution>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册