提交 f92e1d6e 编写于 作者: K kohsuke

we are still not getting a good bit. Trying to disable enforcer altogether


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@5133 71c3de6d-444a-0410-be80-ed276b4c234a
上级 bde4079f
......@@ -13,7 +13,7 @@
<build>
<plugins>
<plugin>
<!--plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
......@@ -22,7 +22,7 @@
</goals>
<configuration>
<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>
<version>[1.6.0,]</version>
</requireJavaVersion>
......@@ -30,7 +30,7 @@
</configuration>
</execution>
</executions>
</plugin>
</plugin-->
<plugin>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>maven-stapler-plugin</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册