Updated Branches:
  refs/heads/master 2d0331ead -> 22c0ff054

removed configuration already inherited from parent

Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/22c0ff05
Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/22c0ff05
Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/22c0ff05

Branch: refs/heads/master
Commit: 22c0ff054754a0ca41cd5c1ed5e19a67520902c4
Parents: 2d0331e
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Tue Feb 5 01:52:23 2013 +0100
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Tue Feb 5 01:52:23 2013 +0100

----------------------------------------------------------------------
 pom.xml |   23 -----------------------
 1 files changed, 0 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/22c0ff05/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b7cf112..c5b54f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,6 @@ under the License.
     
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <slf4jVersion>1.7.2</slf4jVersion>
 
-    <maven.site.cache>${user.home}/maven-sites</maven.site.cache>
     
<maven.wagon.siteFilePath>${maven.site.cache}/maven-wagon-${project.version}</maven.wagon.siteFilePath>
     
<maven.wagon.siteUrlDeployment>file://${maven.wagon.siteFilePath}</maven.wagon.siteUrlDeployment>
     
<maven.wagon.scmPubCheckoutDirectory>${maven.site.cache}/maven-wagon-site-content-${project.version}</maven.wagon.scmPubCheckoutDirectory>
@@ -220,8 +219,6 @@ under the License.
     <module>wagon-tcks</module>
   </modules>
 
-
-
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -358,15 +355,7 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-site-plugin</artifactId>
-          <configuration>
-            
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/wagon-${project.version}</stagingSiteURL>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.13</version>
           <configuration>
             <forkedProcessTimeoutInSeconds>400</forkedProcessTimeoutInSeconds>
             <systemPropertyVariables>
@@ -377,7 +366,6 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
-          <version>1.0-beta-2</version>
           <configuration>
             
<checkoutDirectory>${maven.wagon.scmPubCheckoutDirectory}</checkoutDirectory>
             <pubScmUrl>scm:svn:${maven.wagon.scmPubUrl}</pubScmUrl>
@@ -392,7 +380,6 @@ under the License.
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>1.5.5</version>
         <executions>
           <execution>
             <id>generate</id>
@@ -445,16 +432,6 @@ under the License.
     </plugins>
   </build>
 
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.6</version>
-      </plugin>
-    </plugins>
-  </reporting>
-
   <profiles>
 
     <profile>

Reply via email to