You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ni...@apache.org on 2014/02/09 19:44:49 UTC

svn commit: r1566348 - in /logging/log4j/log4j2/trunk: log4j-distribution/pom.xml log4j-samples/pom.xml

Author: nickwilliams
Date: Sun Feb  9 18:44:49 2014
New Revision: 1566348

URL: http://svn.apache.org/r1566348
Log:
Cleaning up some Maven Site Plugin usage

Modified:
    logging/log4j/log4j2/trunk/log4j-distribution/pom.xml
    logging/log4j/log4j2/trunk/log4j-samples/pom.xml

Modified: logging/log4j/log4j2/trunk/log4j-distribution/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-distribution/pom.xml?rev=1566348&r1=1566347&r2=1566348&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-distribution/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-distribution/pom.xml Sun Feb  9 18:44:49 2014
@@ -272,6 +272,15 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>3.0</version>
+        <configuration>
+          <skip>true</skip>
+          <skipDeploy>true</skipDeploy>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: logging/log4j/log4j2/trunk/log4j-samples/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-samples/pom.xml?rev=1566348&r1=1566347&r2=1566348&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j-samples/pom.xml (original)
+++ logging/log4j/log4j2/trunk/log4j-samples/pom.xml Sun Feb  9 18:44:49 2014
@@ -87,7 +87,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.1</version>
+        <version>3.0</version>
         <configuration>
           <skip>true</skip>
           <skipDeploy>true</skipDeploy>