提交 0d4ba1b5 编写于 作者: K Kohsuke Kawaguchi

more POM changes

上级 cf211a2b
......@@ -135,7 +135,7 @@ THE SOFTWARE.
because Maven excludes all wars from classpath automatically. so we need a jar artifact.
-->
<groupId>${project.groupId}</groupId>
<artifactId>hudson-war</artifactId>
<artifactId>jenkins-war</artifactId>
<version>${project.version}</version>
<classifier>war-for-test</classifier>
</dependency>
......
......@@ -44,13 +44,13 @@ THE SOFTWARE.
<!-- UI-samples plugin is also used as a test bed for automatic test injection -->
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-test-harness</artifactId>
<artifactId>jenkins-test-harness</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>hudson-war</artifactId>
<artifactId>jenkins-war</artifactId>
<type>war</type>
<version>${project.version}</version>
<scope>test</scope>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册