You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/11/20 00:55:27 UTC

svn commit: r476981 - /maven/pom/trunk/asf/pom.xml

Author: jvanzyl
Date: Sun Nov 19 15:55:27 2006
New Revision: 476981

URL: http://svn.apache.org/viewvc?view=rev&rev=476981
Log:
o inserted a <build/> element that contains the configuration for the remote-resources plugin that will push
  licensing information into each maven build at apache. it is currently commented out so people can look at it
  before it gets turned on. we also need to release the resource bundles.


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

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?view=diff&rev=476981&r1=476980&r2=476981
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Sun Nov 19 15:55:27 2006
@@ -78,5 +78,26 @@
       <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
     </mailingList>
   </mailingLists>
+  <!--
+  <build>                                                                                                                                                               
+    <plugins>                                                                                                                                                           
+      <plugin>                                                                                                                                                          
+        <artifactId>maven-remote-resources-plugin</artifactId>                                                                                                          
+        <configuration>                                                                                                                                                 
+          <artifacts>                                                                                                                                                   
+            <artifact>org.apache:apache-distribution-resources:1.0-SNAPSHOT</artifact>                                                                                  
+          </artifacts>                                                                                                                                                  
+        </configuration>                                                                                                                                                
+        <executions>                                                                                                                                                    
+          <execution>                                                                                                                                                   
+            <goals>                                                                                                                                                     
+              <goal>process</goal>                                                                                                                                      
+            </goals>                                                                                                                                                    
+          </execution>                                                                                                                                                  
+        </executions>                                                                                                                                                   
+      </plugin>                                                                                                                                                         
+    </plugins>                                                                                                                                                          
+  </build>
+  -->              
 </project>