mirror of https://github.com/apache/maven.git
o Added new IT support plugins to bootstrapping
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@705531 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
207f3b56e2
commit
83d5e560f1
|
@ -155,6 +155,18 @@ under the License.
|
||||||
<version>${itPluginVersion}</version>
|
<version>${itPluginVersion}</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven.its.plugins</groupId>
|
||||||
|
<artifactId>maven-it-plugin-plexus-utils-11</artifactId>
|
||||||
|
<version>${itPluginVersion}</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.maven.its.plugins</groupId>
|
||||||
|
<artifactId>maven-it-plugin-plexus-utils-new</artifactId>
|
||||||
|
<version>${itPluginVersion}</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.its.plugins</groupId>
|
<groupId>org.apache.maven.its.plugins</groupId>
|
||||||
<artifactId>maven-it-plugin-project-interpolation</artifactId>
|
<artifactId>maven-it-plugin-project-interpolation</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue