Author: vsiveton
Date: Sun Jan  6 05:40:42 2008
New Revision: 609309

URL: http://svn.apache.org/viewvc?rev=609309&view=rev
Log:
o Improved readingness of POM
o removed tab char
o no code change

Modified:
    maven/components/branches/maven-2.0.x/pom.xml

Modified: maven/components/branches/maven-2.0.x/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/pom.xml?rev=609309&r1=609308&r2=609309&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/pom.xml Sun Jan  6 05:40:42 2008
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -19,23 +20,28 @@
 
 <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";>
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>6</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
+
   <artifactId>maven</artifactId>
+  <version>2.0.9-SNAPSHOT</version>
   <packaging>pom</packaging>
+
   <name>Maven</name>
-  <version>2.0.9-SNAPSHOT</version>
   <description>Maven is a project development management and comprehension 
tool. Based on the concept of a project object model: builds, dependency 
management, documentation creation, site publication, and distribution 
publication are all controlled from the declarative file. Maven can be extended 
by plugins to utilise a number of other development tools for reporting or the 
build process.</description>
   <url>http://maven.apache.org</url>
+  <inceptionYear>2001</inceptionYear>
+
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MNG</url>
   </issueManagement>
-  <inceptionYear>2001</inceptionYear>
+
   <mailingLists>
     <mailingList>
       <name>Maven User List</name>
@@ -49,11 +55,13 @@
       </otherArchives>
     </mailingList>
   </mailingLists>
+
   <scm>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x</developerConnection>
     
<url>https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x</url>
   </scm>
+
   <build>
     <pluginManagement>
       <plugins>
@@ -62,7 +70,7 @@
           <artifactId>maven-jar-plugin</artifactId>
           <version>2.1</version>
         </plugin>
-               <plugin>
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <version>2.0.2</version>
@@ -75,27 +83,27 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.3</version>
         </plugin>
-               <plugin>
+        <plugin>
           <artifactId>maven-deploy-plugin</artifactId>
           <version>2.3</version>
         </plugin>
-               <plugin>
+        <plugin>
           <artifactId>maven-install-plugin</artifactId>
           <version>2.1</version>
         </plugin>
-               <plugin>
+        <plugin>
           <artifactId>maven-site-plugin</artifactId>
           <version>2.0-beta-5</version>
         </plugin>
-               <plugin>
+        <plugin>
           <artifactId>maven-resources-plugin</artifactId>
           <version>2.2</version>
-        </plugin>      
-               <plugin>
+        </plugin>
+        <plugin>
           <artifactId>maven-remote-resources-plugin</artifactId>
           <version>1.0-alpha-15</version>
-        </plugin>                      
-               <plugin>
+        </plugin>
+        <plugin>
           <artifactId>maven-clean-plugin</artifactId>
           <version>2.1.1</version>
         </plugin>
@@ -106,7 +114,7 @@
             
<tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
           </configuration>
         </plugin>
-       <plugin>
+        <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
           <version>1.0-alpha-13</version>
@@ -132,6 +140,7 @@
       </plugins>
     </pluginManagement>
   </build>
+
   <modules>
     <module>maven-artifact</module>
     <module>maven-artifact-manager</module>
@@ -151,6 +160,7 @@
     <module>maven-script</module>
     <module>maven-settings</module>
   </modules>
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -159,9 +169,11 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
   <properties>
     <mavenVersion>2.0.9-SNAPSHOT</mavenVersion>
   </properties>
+
   <dependencyManagement>
     <dependencies>
       <!-- Maven -->
@@ -289,12 +301,14 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
+
   <distributionManagement>
     <site>
       <id>apache.website</id>
       
<url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url>
     </site>
   </distributionManagement>
+
   <profiles>
     <profile>
       <id>release</id>


Reply via email to