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