提交 06d936f6 编写于 作者: J James Nord

Excluded war from test from the test harness.

Whilst this is not used in the dependencies, the enforcer plugin downloads
the i1.580.1 jar so it can scan it.  Most likely a bug in the
extra-enforcer-rules but we obviously don;t need it as we have an explicit
dependency on the latest version!
上级 ec95aa5b
......@@ -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.
先完成此消息的编辑!
想要评论请 注册