mirror of https://github.com/apache/maven.git
o Adding <modules>.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163709 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9cf7d63d25
commit
c8e40de1e4
|
@ -1,4 +1,4 @@
|
|||
<model>
|
||||
<project>
|
||||
<parent>
|
||||
<artifactId>maven-component</artifactId>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
|
@ -6,9 +6,9 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>maven-plugin-tools</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Maven Plugin Tools Base POM</name>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Maven Plugin Tools Base POM</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
|
@ -39,4 +39,10 @@
|
|||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</model>
|
||||
<modules>
|
||||
<module>maven-plugin-tools-api</module>
|
||||
<module>maven-plugin-tools-java</module>
|
||||
<module>maven-plugin-tools-marmalade</module>
|
||||
<module>maven-plugin-tools-pluggy</module>
|
||||
</modules>
|
||||
</project>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<model>
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-plugin-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Maven Plugin</name>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<name>Maven Plugin</name>
|
||||
<description>Maven plugin parent</description>
|
||||
<url>http://maven.apache.org</url>
|
||||
<issueManagement>
|
||||
|
@ -66,4 +66,17 @@
|
|||
<url>scp://repo1.maven.org/home/projects/maven/repository/ibiblio-v2</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
</model>
|
||||
<modules>
|
||||
<module>maven-assemble-plugin</module>
|
||||
<module>maven-clean-plugin</module>
|
||||
<module>maven-compiler-plugin</module>
|
||||
<module>maven-deploy-plugin</module>
|
||||
<module>maven-ejb-plugin</module>
|
||||
<module>maven-install-plugin</module>
|
||||
<module>maven-jar-plugin</module>
|
||||
<module>maven-plugin-plugin</module>
|
||||
<module>maven-resources-plugin</module>
|
||||
<module>maven-surefire-plugin</module>
|
||||
<module>maven-war-plugin</module>
|
||||
</modules>
|
||||
</project>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<model>
|
||||
<project>
|
||||
<parent>
|
||||
<artifactId>maven-component</artifactId>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
|
@ -6,9 +6,9 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>maven-script-root</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Maven Script Support Root</name>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Maven Script Support Root</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
|
@ -25,4 +25,7 @@
|
|||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</model>
|
||||
<modules>
|
||||
<module>maven-script-marmalade</module>
|
||||
</modules>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue