You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/04/29 14:01:01 UTC

svn commit: r1476979 - /myfaces/tobago/trunk/pom.xml

Author: lofwyr
Date: Mon Apr 29 12:01:00 2013
New Revision: 1476979

URL: http://svn.apache.org/r1476979
Log:
undo last change

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1476979&r1=1476978&r2=1476979&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Mon Apr 29 12:01:00 2013
@@ -731,15 +731,16 @@
           </signature>
         </configuration>
       </plugin>
+<!--
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <!-- XXX better use antrun? -->
+        &lt;!&ndash; XXX better use antrun? &ndash;&gt;
         <artifactId>maven-resources-plugin</artifactId>
         <executions>
           <execution>
             <id>copy-config-schema</id>
-<!-- XXX why it is not possible to use the site phase here? -->
-            <!--<phase>site</phase>-->
+&lt;!&ndash; XXX why it is not possible to use the site phase here? &ndash;&gt;
+            &lt;!&ndash;<phase>site</phase>&ndash;&gt;
             <phase>package</phase>
             <goals>
               <goal>copy-resources</goal>
@@ -759,6 +760,7 @@
           </execution>
         </executions>
       </plugin>
+-->
     </plugins>
     <pluginManagement>
       <plugins>
@@ -922,7 +924,10 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
+<!--
           <version>2.6</version>
+-->
+          <version>2.5</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -1011,7 +1016,10 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
+<!--
           <version>3.2</version>
+-->
+          <version>3.1</version>
         </plugin>
         <plugin>
           <groupId>org.bsc.maven</groupId>