You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/11/08 07:58:12 UTC

git commit: [SUREFIRE-924] deploy Surefire plugins site in /surefire instead of /plugins

Updated Branches:
  refs/heads/master fa8038c45 -> a2929af1a


[SUREFIRE-924] deploy Surefire plugins site in /surefire instead of
/plugins

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

Branch: refs/heads/master
Commit: a2929af1a62c02e2ecbc54621c5c93f6911638d6
Parents: fa8038c
Author: Hervé Boutemy <hb...@apache.org>
Authored: Thu Nov 8 07:58:08 2012 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Thu Nov 8 07:58:08 2012 +0100

----------------------------------------------------------------------
 maven-failsafe-plugin/pom.xml                      |   15 -------
 maven-surefire-plugin/pom.xml                      |   15 -------
 maven-surefire-report-plugin/pom.xml               |   14 -------
 src/site/apt/maven-failsafe-plugin/index.apt       |   31 ---------------
 src/site/apt/maven-surefire-plugin/index.apt       |   31 ---------------
 .../apt/maven-surefire-report-plugin/index.apt     |   31 ---------------
 6 files changed, 0 insertions(+), 137 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a2929af1/maven-failsafe-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index bb32791..83b36ea 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -112,13 +112,6 @@
     <maven>2.0.9</maven>
   </prerequisites>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/plugins/maven-failsafe-plugin</url>
-    </site>
-  </distributionManagement>
-
   <properties>
     <thisPlugin>Failsafe</thisPlugin>
     <thatPlugin>Surefire</thatPlugin>
@@ -181,7 +174,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>${mavenPluginPluginVersion}</version>
         <configuration>
           <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
         </configuration>
@@ -212,13 +204,6 @@
         </dependencies>
       </plugin>
       <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <configuration>
-          <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version}</stagingSiteURL>
-          <siteDirectory>${project.build.directory}/source-site</siteDirectory>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
         <executions>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a2929af1/maven-surefire-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index 98f7ba9..4623583 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -112,13 +112,6 @@
     <maven>2.0.9</maven>
   </prerequisites>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/plugins/maven-surefire-plugin</url>
-    </site>
-  </distributionManagement>
-
   <properties>
     <thisPlugin>Surefire</thisPlugin>
     <thatPlugin>Failsafe</thatPlugin>
@@ -169,7 +162,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>${mavenPluginPluginVersion}</version>
         <configuration>
           <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
         </configuration>
@@ -190,13 +182,6 @@
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-        <configuration>
-          <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version}</stagingSiteURL>
-        </configuration>
-      </plugin>
-      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <dependencies>
           <dependency>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a2929af1/maven-surefire-report-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/pom.xml b/maven-surefire-report-plugin/pom.xml
index 9627417..ca35bc9 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -46,13 +46,6 @@
     <maven>${mavenVersion}</maven>
   </prerequisites>
 
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/plugins/maven-surefire-report-plugin</url>
-    </site>
-  </distributionManagement>
-
   <properties>
     <doxiaVersion>1.1.4</doxiaVersion>
   </properties>
@@ -144,13 +137,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-        <configuration>
-          <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version}</stagingSiteURL>
-        </configuration>
-      </plugin>
     </plugins>
   </build>
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a2929af1/src/site/apt/maven-failsafe-plugin/index.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/maven-failsafe-plugin/index.apt b/src/site/apt/maven-failsafe-plugin/index.apt
deleted file mode 100644
index 55117cc..0000000
--- a/src/site/apt/maven-failsafe-plugin/index.apt
+++ /dev/null
@@ -1,31 +0,0 @@
-  ~~ Licensed to the Apache Software Foundation (ASF) under one
-  ~~ or more contributor license agreements.  See the NOTICE file
-  ~~ distributed with this work for additional information
-  ~~ regarding copyright ownership.  The ASF licenses this file
-  ~~ to you under the Apache License, Version 2.0 (the
-  ~~ "License"); you may not use this file except in compliance
-  ~~ with the License.  You may obtain a copy of the License at
-  ~~
-  ~~   http://www.apache.org/licenses/LICENSE-2.0
-  ~~
-  ~~ Unless required by applicable law or agreed to in writing,
-  ~~ software distributed under the License is distributed on an
-  ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~~ KIND, either express or implied.  See the License for the
-  ~~ specific language governing permissions and limitations
-  ~~ under the License.
-
- ---------------------
- Maven Failsafe Plugin
- ---------------------
- The Maven Team
- ---------------------
- 2010-10-10
- ---------------------
-
-Maven Failsafe Plugin
-
-  For documentation on the Maven Failsafe Plugin, follow this link:
-
-  {{{http://maven.apache.org/plugins/maven-failsafe-plugin}
-  http://maven.apache.org/plugins/maven-failsafe-plugin}}

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a2929af1/src/site/apt/maven-surefire-plugin/index.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/maven-surefire-plugin/index.apt b/src/site/apt/maven-surefire-plugin/index.apt
deleted file mode 100644
index 538daeb..0000000
--- a/src/site/apt/maven-surefire-plugin/index.apt
+++ /dev/null
@@ -1,31 +0,0 @@
-  ~~ Licensed to the Apache Software Foundation (ASF) under one
-  ~~ or more contributor license agreements.  See the NOTICE file
-  ~~ distributed with this work for additional information
-  ~~ regarding copyright ownership.  The ASF licenses this file
-  ~~ to you under the Apache License, Version 2.0 (the
-  ~~ "License"); you may not use this file except in compliance
-  ~~ with the License.  You may obtain a copy of the License at
-  ~~
-  ~~   http://www.apache.org/licenses/LICENSE-2.0
-  ~~
-  ~~ Unless required by applicable law or agreed to in writing,
-  ~~ software distributed under the License is distributed on an
-  ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~~ KIND, either express or implied.  See the License for the
-  ~~ specific language governing permissions and limitations
-  ~~ under the License.
-
- ---------------------
- Maven Surefire Plugin
- ---------------------
- The Maven Team
- ---------------------
- February 8, 2007
- ---------------------
-
-Maven Surefire Plugin
-
-  For documentation on the Maven Surefire Plugin, follow this link:
-
-  {{{http://maven.apache.org/plugins/maven-surefire-plugin}
-  http://maven.apache.org/plugins/maven-surefire-plugin}}

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a2929af1/src/site/apt/maven-surefire-report-plugin/index.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/maven-surefire-report-plugin/index.apt b/src/site/apt/maven-surefire-report-plugin/index.apt
deleted file mode 100644
index a19a9a8..0000000
--- a/src/site/apt/maven-surefire-report-plugin/index.apt
+++ /dev/null
@@ -1,31 +0,0 @@
-  ~~ Licensed to the Apache Software Foundation (ASF) under one
-  ~~ or more contributor license agreements.  See the NOTICE file
-  ~~ distributed with this work for additional information
-  ~~ regarding copyright ownership.  The ASF licenses this file
-  ~~ to you under the Apache License, Version 2.0 (the
-  ~~ "License"); you may not use this file except in compliance
-  ~~ with the License.  You may obtain a copy of the License at
-  ~~
-  ~~   http://www.apache.org/licenses/LICENSE-2.0
-  ~~
-  ~~ Unless required by applicable law or agreed to in writing,
-  ~~ software distributed under the License is distributed on an
-  ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~~ KIND, either express or implied.  See the License for the
-  ~~ specific language governing permissions and limitations
-  ~~ under the License.
-
-  ---------------------
-  Maven Surefire Report Plugin
-  ---------------------
-  The Maven Team
-  ---------------------
-  February 8, 2007
-  ---------------------
- 
-Maven Surefire Report Plugin
-
-  For documentation on the Maven Surefire Report Plugin, follow this link:
-
-  {{{http://maven.apache.org/plugins/maven-surefire-report-plugin}
-  http://maven.apache.org/plugins/maven-surefire-report-plugin}}