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>
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>apache-maven</artifactId>
<packaging>pom</packaging>
<name>Maven Distribution</name>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>

View File

@ -20,6 +20,7 @@
</parent>
<artifactId>maven-artifact</artifactId>
<name>Maven Artifact</name>
<dependencies>
@ -28,7 +29,7 @@
<artifactId>plexus-utils</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>

View File

@ -20,6 +20,7 @@
</parent>
<artifactId>maven-compat</artifactId>
<name>Maven Compat</name>
<dependencies>
@ -75,7 +76,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>

View File

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

View File

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

View File

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

View File

@ -52,6 +52,7 @@
<jxpathVersion>1.3</jxpathVersion>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
</properties>
<mailingLists>
<mailingList>
<name>Maven Developer List</name>
@ -428,7 +429,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.1</version>
</plugin>
</plugin>
</plugins>
</pluginManagement>
</build>