mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
e78bef0429
implement ability to retrieve packaging handlers (lifecycle mappings) from extension plugins. Remove plugin mapping metadata for the same integration tests are in place for type handlers but commented out until implemented (41) git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225263 13f79535-47bb-0310-9956-ffa450edef68
24 lines
631 B
XML
24 lines
631 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-core-it1010</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.apache.maven</groupId>
|
|
<artifactId>maven-core-it-support</artifactId>
|
|
<version>1.2</version>
|
|
<type>coreit-artifact</type>
|
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-core-it-plugin</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project>
|