mirror of https://github.com/apache/maven.git
fix it0080
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@469037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6494bf9571
commit
b881887e38
|
@ -11,7 +11,7 @@
|
|||
<packaging>war</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>test</groupId>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>test-component-a</artifactId>
|
||||
<version>0.1</version>
|
||||
</dependency>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<packaging>ear</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>test</groupId>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>test-component-b</artifactId>
|
||||
<version>0.1</version>
|
||||
<type>war</type>
|
||||
|
|
Loading…
Reference in New Issue