formatting fixes

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@949544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2010-05-30 17:52:23 +00:00
parent 8de97b662d
commit 38d44c6e57
7 changed files with 22 additions and 3 deletions

View File

@ -23,9 +23,12 @@
<artifactId>maven</artifactId> <artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>apache-maven</artifactId> <artifactId>apache-maven</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Maven Distribution</name> <name>Maven Distribution</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>

View File

@ -20,6 +20,7 @@
</parent> </parent>
<artifactId>maven-artifact</artifactId> <artifactId>maven-artifact</artifactId>
<name>Maven Artifact</name> <name>Maven Artifact</name>
<dependencies> <dependencies>

View File

@ -20,6 +20,7 @@
</parent> </parent>
<artifactId>maven-compat</artifactId> <artifactId>maven-compat</artifactId>
<name>Maven Compat</name> <name>Maven Compat</name>
<dependencies> <dependencies>

View File

@ -18,8 +18,11 @@
<artifactId>maven</artifactId> <artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>maven-core</artifactId> <artifactId>maven-core</artifactId>
<name>Maven Core</name> <name>Maven Core</name>
<dependencies> <dependencies>
<!-- Maven --> <!-- Maven -->
<dependency> <dependency>
@ -73,6 +76,7 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<resources> <resources>
<resource> <resource>
@ -98,6 +102,7 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<profiles> <profiles>
<profile> <profile>
<id>svn-buildnumber</id> <id>svn-buildnumber</id>

View File

@ -18,8 +18,11 @@
<artifactId>maven</artifactId> <artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>maven-embedder</artifactId> <artifactId>maven-embedder</artifactId>
<name>Maven Embedder</name> <name>Maven Embedder</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
@ -72,6 +75,7 @@
<artifactId>commons-cli</artifactId> <artifactId>commons-cli</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<resources> <resources>
<resource> <resource>

View File

@ -19,9 +19,12 @@
<artifactId>maven</artifactId> <artifactId>maven</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>maven-repository</artifactId> <artifactId>maven-repository</artifactId>
<name>Maven Repository</name> <name>Maven Repository</name>
<description>Repository System interface for Maven.</description> <description>Repository System interface for Maven.</description>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
@ -53,6 +56,7 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

View File

@ -52,6 +52,7 @@
<jxpathVersion>1.3</jxpathVersion> <jxpathVersion>1.3</jxpathVersion>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
</properties> </properties>
<mailingLists> <mailingLists>
<mailingList> <mailingList>
<name>Maven Developer List</name> <name>Maven Developer List</name>