mirror of
https://github.com/apache/maven.git
synced 2025-02-08 02:59:22 +00:00
98002718c3
o Tested with java mojos, mboot to verify nothing broken by refactor. o TODO: Add marmalade support tests...currently only java-mojos are supported in mboot2, so this isn't going to interrupt things. o TODO: Once marmalade support is tested, add to the list of artifacts built by mboot2. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163369 13f79535-47bb-0310-9956-ffa450edef68
22 lines
566 B
XML
22 lines
566 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-component</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-script-root</artifactId>
|
|
<name>Maven Script Support Root</name>
|
|
<version>2.0-SNAPSHOT</version>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>maven</groupId>
|
|
<artifactId>maven-plugin</artifactId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|