mirror of
https://github.com/apache/maven.git
synced 2025-02-07 18:49:20 +00:00
if plugin is not built yet, go to the repository git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@306547 13f79535-47bb-0310-9956-ffa450edef68
22 lines
563 B
XML
22 lines
563 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<artifactId>test-components</artifactId>
|
|
<groupId>test</groupId>
|
|
<version>0.1</version>
|
|
</parent>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
|
<packaging>maven-plugin</packaging>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<name>Test Plugin</name>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-plugin-api</artifactId>
|
|
<version>2.0-beta-1</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|