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:
Benjamin Bentmann 2008-12-06 15:43:26 +00:00
parent 1ac1a9b629
commit aefb06363e
1 changed files with 6 additions and 0 deletions

View File

@ -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>