You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ma...@apache.org on 2008/04/23 17:42:17 UTC

svn commit: r650914 - /maven/sandbox/trunk/shared/maven-runtime/pom.xml

Author: markh
Date: Wed Apr 23 08:42:16 2008
New Revision: 650914

URL: http://svn.apache.org/viewvc?rev=650914&view=rev
Log:
Formatted pom with spaces

Modified:
    maven/sandbox/trunk/shared/maven-runtime/pom.xml

Modified: maven/sandbox/trunk/shared/maven-runtime/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/shared/maven-runtime/pom.xml?rev=650914&r1=650913&r2=650914&view=diff
==============================================================================
--- maven/sandbox/trunk/shared/maven-runtime/pom.xml (original)
+++ maven/sandbox/trunk/shared/maven-runtime/pom.xml Wed Apr 23 08:42:16 2008
@@ -19,78 +19,69 @@
   ~ under the License.
   -->
 
-<project
-	xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
-	<parent>
-		<groupId>org.apache.maven.shared</groupId>
-		<artifactId>maven-shared-components</artifactId>
-		<version>9</version>
-	</parent>
-
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.maven.shared</groupId>
-	<artifactId>maven-runtime</artifactId>
-	<packaging>jar</packaging>
-	<version>1.0-alpha-1-SNAPSHOT</version>
-	
-	<name>Maven Runtime</name>
-	
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.codehaus.plexus</groupId>
-				<artifactId>plexus-maven-plugin</artifactId>
-				<executions>
-					<execution>
-						<goals>
-							<goal>descriptor</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-	
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-project</artifactId>
-			<version>2.0.8</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven.shared</groupId>
-			<artifactId>maven-plugin-testing-tools</artifactId>
-			<version>1.0-alpha-3</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-io</groupId>
-			<artifactId>commons-io</artifactId>
-			<version>1.3.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>3.8.1</version>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.easymock</groupId>
-			<artifactId>easymock</artifactId>
-			<version>2.2</version>
-			<scope>test</scope>
-		</dependency>
-		<!-- only required for com.sun.appserv.ClassLoaderUtil -->
-		<dependency>
-			<groupId>org.mortbay.jetty</groupId>
-			<artifactId>jsp-2.1</artifactId>
-			<version>6.1.7</version>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
-	
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.maven.shared</groupId>
+    <artifactId>maven-shared-components</artifactId>
+    <version>9</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.shared</groupId>
+  <artifactId>maven-runtime</artifactId>
+  <packaging>jar</packaging>
+  <version>1.0-alpha-1-SNAPSHOT</version>
+  <name>Maven Runtime</name>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>descriptor</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0.8</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.shared</groupId>
+      <artifactId>maven-plugin-testing-tools</artifactId>
+      <version>1.0-alpha-3</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.3.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <version>2.2</version>
+      <scope>test</scope>
+    </dependency>
+    <!-- only required for com.sun.appserv.ClassLoaderUtil -->
+    <dependency>
+      <groupId>org.mortbay.jetty</groupId>
+      <artifactId>jsp-2.1</artifactId>
+      <version>6.1.7</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 </project>