Author: carlos
Date: Mon May 14 16:13:16 2007
New Revision: 538013

URL: http://svn.apache.org/viewvc?view=rev&rev=538013
Log:
Fix xml missing tags

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?view=diff&rev=538013&r1=538012&r2=538013
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Mon May 14 16:13:16 2007
@@ -78,27 +78,29 @@
       <url>scp://people.apache.org/www/maven.apache.org</url>
     </site>
   </distributionManagement>
-  <!-- START SNIPPET: release-plugin-configuration -->
   <build>
-    <!-- We want to package up license resources in the JARs produced -->
-    <plugin>
-      <artifactId>maven-remote-resources-plugin</artifactId>
-      <version>1.0-alpha-2</version>
-      <executions>
-        <execution>
-          <goals>
-            <goal>process</goal>
-          </goals>
-          <configuration>
-            <resourceBundles>
-              
<resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle>
-            </resourceBundles>
-          </configuration>
-        </execution>
-      </executions>
-    </plugin>
+    <plugins>
+      <!-- We want to package up license resources in the JARs produced -->
+      <plugin>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <version>1.0-alpha-2</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles>
+                
<resourceBundle>org.apache:apache-jar-resource-bundle:1.0</resourceBundle>
+              </resourceBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
     <pluginManagement>
       <plugins>
+        <!-- START SNIPPET: release-plugin-configuration -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
@@ -111,7 +113,7 @@
             <arguments>-Prelease</arguments>
           </configuration>
         </plugin>
-  <!-- END SNIPPET: release-plugin-configuration -->
+        <!-- END SNIPPET: release-plugin-configuration -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>


Reply via email to