Author: carlos
Date: Mon May 14 16:08:37 2007
New Revision: 538011

URL: http://svn.apache.org/viewvc?view=rev&rev=538011
Log:
License and notice should be in all builds, not just releases

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=538011&r1=538010&r2=538011
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Mon May 14 16:08:37 2007
@@ -80,6 +80,23 @@
   </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>
     <pluginManagement>
       <plugins>
         <plugin>
@@ -214,23 +231,6 @@
               
<altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
               <updateReleaseInfo>true</updateReleaseInfo>
             </configuration>
-          </plugin>
-          <!-- 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>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>


Reply via email to