Author: brianf
Date: Sun Jan 14 14:25:55 2007
New Revision: 496171

URL: http://svn.apache.org/viewvc?view=rev&rev=496171
Log:
formatted pom

Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?view=diff&rev=496171&r1=496170&r2=496171
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Sun Jan 14 14:25:55 2007
@@ -1,5 +1,5 @@
 <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";>
-<!--
+       <!--
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -37,7 +37,7 @@
                <url>http://jira.codehaus.org/browse/MDEP</url>
        </issueManagement>
        <mailingLists>
-                   <!-- duplication from maven-plugins pom - temporary until 
they inherit properly 
+               <!-- duplication from maven-plugins pom - temporary until they 
inherit properly 
     -->
                <mailingList>
                        <name>Maven User List</name>
@@ -64,8 +64,7 @@
                        <post>commits@maven.apache.org</post>
                        
<archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
                </mailingList>
-                   <!-- duplication from maven-parent pom - temporary until 
they inherit properly 
-    -->
+               <!-- duplication from maven-parent pom - temporary until they 
inherit properly  -->
                <mailingList>
                        <name>Maven Announcements List</name>
                        <post>announce@maven.apache.org</post>
@@ -143,11 +142,9 @@
                        </plugin>
                </plugins>
                <resources>
-                             <!-- Include the apache process LICENSE and NOTICE
-           files.
-           
-      -->
-<!--                   <resource>
+                       <!-- Include the apache process LICENSE and NOTICE 
files.-->
+                       <!--uncomment for release. Commented out for now to 
enable eclipse-plugin to work-->
+                       <!--<resource>
                                <targetPath>META-INF</targetPath>
                                <filtering>false</filtering>
                                <directory>${basedir}</directory>
@@ -156,13 +153,12 @@
                                        <include>NOTICE</include>
                                </includes>
                        </resource>-->
-                             <!-- Include super-pom defined main/resources
-           Removing this section will break the build.
-           Since we have defined a new build/resources
-           section for the Apache process LICENSE and NOTICE
-           files, this original default section is now
-           required. 
-      -->
+                       <!-- Include super-pom defined main/resources
+                       Removing this section will break the build.
+                       Since we have defined a new build/resources
+                       section for the Apache process LICENSE and NOTICE
+                       files, this original default section is now
+                       required. -->
                        <resource>
                                
<directory>${basedir}/src/main/resources</directory>
                        </resource>
@@ -206,7 +202,7 @@
                        <version>1.1</version>
                </dependency>
        </dependencies>
-         <!--reporting>
+       <!--reporting>
     <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>


Reply via email to