提交 239b7f52 编写于 作者: J Jesse Glick

Merge pull request #2083 from jtnord/bad-enforcer

Excluded jenkins-war from the test harness.
......@@ -65,6 +65,12 @@ THE SOFTWARE.
<artifactId>jenkins-test-harness</artifactId>
<version>2.5</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>${project.groupId}</groupId>
<artifactId>jenkins-war</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册