mirror of
https://github.com/apache/maven.git
synced 2025-02-12 21:15:39 +00:00
o Fixed problems with plugin-plugin (had to do with refactored plugin-tools stuff) o Added marmalade-mojo support, although without an integration test (verified it doesn't get in the way of 'normal' functionality, though) o Added code in mboot2 to copy marmalade-mojo support libs to ${maven.home}/lib git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163405 13f79535-47bb-0310-9956-ffa450edef68
20 lines
505 B
XML
20 lines
505 B
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-it0013-plugin</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<type>plugin</type>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-plugin</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>3.8.1</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|