mirror of https://github.com/apache/maven.git
o Added missing IT plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@724001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1ac1a9b629
commit
aefb06363e
|
@ -71,6 +71,12 @@ under the License.
|
|||
|
||||
<dependencies>
|
||||
<!-- IT plugins in alphabetical order -->
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its.plugins</groupId>
|
||||
<artifactId>maven-it-plugin-all</artifactId>
|
||||
<version>${itPluginVersion}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.its.plugins</groupId>
|
||||
<artifactId>maven-it-plugin-artifact</artifactId>
|
||||
|
|
Loading…
Reference in New Issue