mirror of https://github.com/apache/maven.git
47 lines
1.7 KiB
XML
47 lines
1.7 KiB
XML
<model xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
|
<parent>
|
|
<artifactId>maven-plugin-parent</artifactId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<version>2.0.1</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
|
<packaging>maven-plugin</packaging>
|
|
<name>Maven Core Integration Test Plugin</name>
|
|
<version>1.0</version>
|
|
<inceptionYear>2001</inceptionYear>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-project</artifactId>
|
|
<version>2.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-artifact</artifactId>
|
|
<version>2.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-archiver</artifactId>
|
|
<version>2.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>jline</groupId>
|
|
<artifactId>jline</artifactId>
|
|
<version>0.9.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bsh</groupId>
|
|
<artifactId>bsh</artifactId>
|
|
<version>1.3.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<scm>
|
|
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-core-it-plugin-1.0</connection>
|
|
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-core-it-plugin-1.0</developerConnection>
|
|
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-core-it-plugin-1.0</url>
|
|
</scm>
|
|
</model>
|