ignore it test scm-781 as it can fail with non compatible svn cli

Signed-off-by: olivier lamy <[email protected]>


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

Branch: refs/heads/master
Commit: 349b8537308fcbb083f87b2784588c132aac653b
Parents: bbad546
Author: olivier lamy <[email protected]>
Authored: Tue Apr 5 16:29:52 2016 +1000
Committer: olivier lamy <[email protected]>
Committed: Tue Apr 5 16:29:52 2016 +1000

----------------------------------------------------------------------
 maven-scm-plugin/pom.xml                        |    2 +
 .../src/it/scm-781/.svn/dotSvnDir/all-wcprops   |    5 +
 .../src/it/scm-781/.svn/dotSvnDir/entries       |   42 +
 .../src/it/scm-781/asf/.svn/all-wcprops         |   17 +
 .../src/it/scm-781/asf/.svn/dir-prop-base       |   13 +
 .../src/it/scm-781/asf/.svn/entries             |  107 ++
 .../scm-781/asf/.svn/prop-base/pom.xml.svn-base |    9 +
 .../asf/.svn/prop-base/site-pom.xml.svn-base    |   13 +
 .../scm-781/asf/.svn/text-base/pom.xml.svn-base |  411 ++++++
 .../asf/.svn/text-base/site-pom.xml.svn-base    |   85 ++
 .../src/it/scm-781/asf/dotSvnDir/all-wcprops    |   17 -
 .../src/it/scm-781/asf/dotSvnDir/dir-prop-base  |   13 -
 .../src/it/scm-781/asf/dotSvnDir/entries        |  107 --
 .../asf/dotSvnDir/prop-base/pom.xml.svn-base    |    9 -
 .../dotSvnDir/prop-base/site-pom.xml.svn-base   |   13 -
 .../asf/dotSvnDir/text-base/pom.xml.svn-base    |  411 ------
 .../dotSvnDir/text-base/site-pom.xml.svn-base   |   85 --
 .../src/it/scm-781/dotSvnDir/all-wcprops        |    5 -
 .../src/it/scm-781/dotSvnDir/entries            |   42 -
 .../src/it/scm-781/invoker.properties           |    2 +
 .../src/it/scm-781/maven/.svn/all-wcprops       |   17 +
 .../src/it/scm-781/maven/.svn/dir-prop-base     |   13 +
 .../src/it/scm-781/maven/.svn/entries           |  107 ++
 .../maven/.svn/prop-base/pom.xml.svn-base       |    9 +
 .../maven/.svn/prop-base/site-pom.xml.svn-base  |   13 +
 .../maven/.svn/text-base/pom.xml.svn-base       | 1172 ++++++++++++++++++
 .../maven/.svn/text-base/site-pom.xml.svn-base  |   81 ++
 .../src/it/scm-781/maven/dotSvnDir/all-wcprops  |   17 -
 .../it/scm-781/maven/dotSvnDir/dir-prop-base    |   13 -
 .../src/it/scm-781/maven/dotSvnDir/entries      |  107 --
 .../maven/dotSvnDir/prop-base/pom.xml.svn-base  |    9 -
 .../dotSvnDir/prop-base/site-pom.xml.svn-base   |   13 -
 .../maven/dotSvnDir/text-base/pom.xml.svn-base  | 1172 ------------------
 .../dotSvnDir/text-base/site-pom.xml.svn-base   |   81 --
 maven-scm-plugin/src/it/scm-781/prepare.groovy  |    4 +-
 35 files changed, 2120 insertions(+), 2116 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/pom.xml b/maven-scm-plugin/pom.xml
index 8902249..9948fa7 100644
--- a/maven-scm-plugin/pom.xml
+++ b/maven-scm-plugin/pom.xml
@@ -143,6 +143,8 @@
           <postBuildHookScript>verify</postBuildHookScript>
           
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
           <settingsFile>src/it/settings.xml</settingsFile>
+          <!-- ignore it as it failed for svn local version issue -->
+          <invokerTest>!scm-781</invokerTest>
         </configuration>
         <executions>
           <execution>

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/.svn/dotSvnDir/all-wcprops
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/.svn/dotSvnDir/all-wcprops 
b/maven-scm-plugin/src/it/scm-781/.svn/dotSvnDir/all-wcprops
new file mode 100644
index 0000000..f34779c
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/.svn/dotSvnDir/all-wcprops
@@ -0,0 +1,5 @@
+K 25
+svn:wc:ra_dav:version-url
+V 43
+/repos/asf/!svn/ver/1626900/maven/pom/trunk
+END

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/.svn/dotSvnDir/entries
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/.svn/dotSvnDir/entries 
b/maven-scm-plugin/src/it/scm-781/.svn/dotSvnDir/entries
new file mode 100644
index 0000000..9619c5b
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/.svn/dotSvnDir/entries
@@ -0,0 +1,42 @@
+10
+
+dir
+1626968
+http://svn.apache.org/repos/asf/maven/pom/trunk
+http://svn.apache.org/repos/asf
+
+
+
+2014-09-22T21:29:36.154040Z
+1626900
+bimargulies
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+13f79535-47bb-0310-9956-ffa450edef68
+
+
+
+
+
+
+
+immediates
+
+maven
+dir
+
+asf
+dir
+

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/.svn/all-wcprops
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/asf/.svn/all-wcprops 
b/maven-scm-plugin/src/it/scm-781/asf/.svn/all-wcprops
new file mode 100644
index 0000000..110a69b
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/asf/.svn/all-wcprops
@@ -0,0 +1,17 @@
+K 25
+svn:wc:ra_dav:version-url
+V 47
+/repos/asf/!svn/ver/1626900/maven/pom/trunk/asf
+END
+pom.xml
+K 25
+svn:wc:ra_dav:version-url
+V 55
+/repos/asf/!svn/ver/1626897/maven/pom/trunk/asf/pom.xml
+END
+site-pom.xml
+K 25
+svn:wc:ra_dav:version-url
+V 60
+/repos/asf/!svn/ver/1626900/maven/pom/trunk/asf/site-pom.xml
+END

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/.svn/dir-prop-base
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/asf/.svn/dir-prop-base 
b/maven-scm-plugin/src/it/scm-781/asf/.svn/dir-prop-base
new file mode 100644
index 0000000..0e72378
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/asf/.svn/dir-prop-base
@@ -0,0 +1,13 @@
+K 10
+svn:ignore
+V 76
+.settings
+target
+.classpath
+.project
+apache.iml
+apache.ipr
+apache.iws
+.idea
+
+END

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/.svn/entries
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/asf/.svn/entries 
b/maven-scm-plugin/src/it/scm-781/asf/.svn/entries
new file mode 100644
index 0000000..2c3d435
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/asf/.svn/entries
@@ -0,0 +1,107 @@
+10
+
+dir
+1626969
+http://svn.apache.org/repos/asf/maven/pom/trunk/asf
+http://svn.apache.org/repos/asf
+
+
+
+2014-09-22T21:29:36.154040Z
+1626900
+bimargulies
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+13f79535-47bb-0310-9956-ffa450edef68
+
+
+
+
+
+
+
+immediates
+
+pom.xml
+file
+
+
+
+
+2014-09-23T09:14:09.491493Z
+e4ce3cbb607d8023e0a266c354bb672d
+2014-09-22T21:18:38.585160Z
+1626897
+bimargulies
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+15229
+
+site-pom.xml
+file
+
+
+
+
+2014-09-23T09:14:09.491493Z
+e0b4fbc19ecfbcebf15ab986a6c0014a
+2014-09-22T21:29:36.154040Z
+1626900
+bimargulies
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3247
+
+src
+dir
+

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/.svn/prop-base/pom.xml.svn-base
----------------------------------------------------------------------
diff --git 
a/maven-scm-plugin/src/it/scm-781/asf/.svn/prop-base/pom.xml.svn-base 
b/maven-scm-plugin/src/it/scm-781/asf/.svn/prop-base/pom.xml.svn-base
new file mode 100644
index 0000000..7b57b30
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/asf/.svn/prop-base/pom.xml.svn-base
@@ -0,0 +1,9 @@
+K 13
+svn:eol-style
+V 6
+native
+K 12
+svn:keywords
+V 23
+Author Date Id Revision
+END

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/.svn/prop-base/site-pom.xml.svn-base
----------------------------------------------------------------------
diff --git 
a/maven-scm-plugin/src/it/scm-781/asf/.svn/prop-base/site-pom.xml.svn-base 
b/maven-scm-plugin/src/it/scm-781/asf/.svn/prop-base/site-pom.xml.svn-base
new file mode 100644
index 0000000..f417888
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/asf/.svn/prop-base/site-pom.xml.svn-base
@@ -0,0 +1,13 @@
+K 13
+svn:eol-style
+V 6
+native
+K 12
+svn:keywords
+V 23
+Author Date Id Revision
+K 13
+svn:mime-type
+V 10
+text/plain
+END

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/.svn/text-base/pom.xml.svn-base
----------------------------------------------------------------------
diff --git 
a/maven-scm-plugin/src/it/scm-781/asf/.svn/text-base/pom.xml.svn-base 
b/maven-scm-plugin/src/it/scm-781/asf/.svn/text-base/pom.xml.svn-base
new file mode 100644
index 0000000..c736656
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/asf/.svn/text-base/pom.xml.svn-base
@@ -0,0 +1,411 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+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.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <!-- for more information, see the documentation of this POM: 
http://maven.apache.org/pom/asf/ -->
+  <groupId>org.apache</groupId>
+  <artifactId>apache</artifactId>
+  <version>16-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>The Apache Software Foundation</name>
+  <description>
+    The Apache Software Foundation provides support for the Apache community 
of open-source software projects.
+    The Apache projects are characterized by a collaborative, consensus based 
development process, an open and
+    pragmatic software license, and a desire to create high quality software 
that leads the way in its field.
+    We consider ourselves not simply a group of projects sharing a server, but 
rather a community of developers
+    and users.
+  </description>
+  <url>http://www.apache.org/</url>
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <mailingLists>
+    <mailingList>
+      <name>Apache Announce List</name>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      <post>[email protected]</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
+    </mailingList>
+  </mailingLists>
+
+  <prerequisites><!-- just for information: not inherited in child poms -->
+    <maven>2.2.1</maven><!-- prerequisite of some plugins -->
+  </prerequisites>
+
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/asf</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/asf</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/pom/trunk/asf</url>
+  </scm>
+
+  <distributionManagement>
+    <repository>
+      <id>apache.releases.https</id>
+      <name>Apache Release Distribution Repository</name>
+      
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots.https</id>
+      <name>${distMgmtSnapshotsName}</name>
+      <url>${distMgmtSnapshotsUrl}</url>
+    </snapshotRepository>
+  </distributionManagement>
+
+  <properties>
+    <distMgmtSnapshotsName>Apache Development Snapshot 
Repository</distMgmtSnapshotsName>
+    
<distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
+    
<organization.logo>http://www.apache.org/images/asf_logo_wide.gif</organization.logo>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    
<sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
+    <gpg.useagent>true</gpg.useagent>
+    <arguments />
+    <!-- Specify the default compiler source/target as 1.4 for backwards 
compatibility -->
+    <maven.compiler.source>1.4</maven.compiler.source>
+    <maven.compiler.target>1.4</maven.compiler.target>    
+  </properties>
+
+  <repositories>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <!-- set versions of common plugins for reproducibility, ordered 
alphabetically -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.7</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.4.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.8</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.8.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-docck-plugin</artifactId>
+          <version>1.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>1.3.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-failsafe-plugin</artifactId>
+          <version>2.17</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <version>1.5</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.5.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>1.9</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.5</version>
+          <configuration>
+            <archive>
+              <manifest>
+                
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              </manifest>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.10</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>3.3</version>
+        </plugin>
+        <!-- START SNIPPET: release-plugin-configuration -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.5.1</version>
+          <configuration>
+            <useReleaseProfile>false</useReleaseProfile>
+            <goals>deploy</goals>
+            <arguments>-Papache-release ${arguments}</arguments>
+            <waitBeforeTagging>10</waitBeforeTagging>
+          </configuration>
+        </plugin>
+        <!-- END SNIPPET: release-plugin-configuration -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <version>1.5</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-plugin</artifactId>
+          <version>1.9.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
+          <version>1.0-beta-2</version><!-- last version compatible with Maven 
2: latest is configured in profile -->
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.4</version>
+          <dependencies><!-- TODO remove when upgrading m-site-p to 3.4.1: see 
MSITE-724 -->
+            <dependency>
+              <groupId>org.apache.maven</groupId>
+              <artifactId>maven-archiver</artifactId>
+              <version>2.5</version>
+            </dependency>
+            <dependency>
+              <groupId>org.codehaus.plexus</groupId>
+              <artifactId>plexus-archiver</artifactId>
+              <version>2.4.4</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.17</version><!-- keep maven-failsafe-plugin in sync -->
+        </plugin>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <version>0.11</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>clirr-maven-plugin</artifactId>
+          <version>2.6.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <!-- We want to package up license resources in the JARs produced -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>process</goal>
+            </goals>
+            <configuration>
+              <resourceBundles>
+                
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+              </resourceBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <!-- START SNIPPET: release-profile -->
+    <profile>
+      <id>apache-release</id>
+      <build>
+        <plugins>
+          <!-- Create a source-release artifact that contains the fully 
buildable 
+               project directory source structure. This is the artifact which 
is 
+               the official subject of any release vote. -->
+          <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <dependencies>
+              <dependency>
+                <groupId>org.apache.apache.resources</groupId>
+                
<artifactId>apache-source-release-assembly-descriptor</artifactId>
+                <version>1.0.4</version>
+              </dependency>
+            </dependencies>
+            <executions>
+              <execution>
+                <id>source-release-assembly</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>single</goal>
+                </goals>
+                <configuration>
+                  <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+                  <descriptorRefs>
+                    
<descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
+                  </descriptorRefs>
+                  <tarLongFileMode>gnu</tarLongFileMode>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+          <!-- We want to deploy the artifact to a staging location for 
perusal -->
+          <plugin>
+            <inherited>true</inherited>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <configuration>
+              <updateReleaseInfo>true</updateReleaseInfo>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <!-- We want to sign the artifact, the POM, and all attached 
artifacts -->
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <!-- END SNIPPET: release-profile -->
+
+    <profile>
+      <id>maven-3</id>
+      <activation>
+        <file>
+          <!--  This employs that the basedir expression is only recognized by 
Maven 3.x (see MNG-2363) -->
+          <exists>${basedir}</exists>
+        </file>
+      </activation>
+      <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-scm-publish-plugin</artifactId>
+              <version>1.1</version>
+            </plugin>
+          </plugins>
+        </pluginManagement>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-site-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-descriptor</id>
+                <goals>
+                  <goal>attach-descriptor</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>    
+  </profiles>
+</project>
+

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/.svn/text-base/site-pom.xml.svn-base
----------------------------------------------------------------------
diff --git 
a/maven-scm-plugin/src/it/scm-781/asf/.svn/text-base/site-pom.xml.svn-base 
b/maven-scm-plugin/src/it/scm-781/asf/.svn/text-base/site-pom.xml.svn-base
new file mode 100644
index 0000000..1d35c91
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/asf/.svn/text-base/site-pom.xml.svn-base
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+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.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>16-SNAPSHOT</version>
+    <relativePath>./pom.xml</relativePath>
+  </parent>
+
+  <artifactId>apache.</artifactId>
+  <packaging>pom</packaging>
+
+  <name>Apache Software Foundation Parent POM</name>
+  <description>This project consists of a POM that contains settings that are 
likely to be useful to any Apache project that is building and releasing code 
with Maven 2/3.</description>
+  <url>http://maven.apache.org/pom-archives/asf-${project.version}</url>
+
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/asf</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/asf</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/pom/trunk/asf</url>
+  </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/MPOM/component/12314370</url>
+  </issueManagement>
+  <ciManagement>
+    <system>Jenkins</system>
+    
<url>https://builds.apache.org//view/M-R/view/Maven/job/ASF%20Parent%20Pom/</url>
+  </ciManagement>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
+    </site>
+  </distributionManagement>
+
+  <properties>
+    <maven.site.cache>${user.home}/maven-sites</maven.site.cache>
+    <maven.site.path>pom-archives/asf-LATEST</maven.site.path>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <configuration>
+          <siteDirectory>${basedir}/src/site-docs</siteDirectory>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-scm-publish-plugin</artifactId>
+        <configuration>
+          <content>${project.reporting.outputDirectory}</content>
+          
<checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>
+          <tryUpdate>true</tryUpdate>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
+  

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/all-wcprops
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/all-wcprops 
b/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/all-wcprops
deleted file mode 100644
index 110a69b..0000000
--- a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/all-wcprops
+++ /dev/null
@@ -1,17 +0,0 @@
-K 25
-svn:wc:ra_dav:version-url
-V 47
-/repos/asf/!svn/ver/1626900/maven/pom/trunk/asf
-END
-pom.xml
-K 25
-svn:wc:ra_dav:version-url
-V 55
-/repos/asf/!svn/ver/1626897/maven/pom/trunk/asf/pom.xml
-END
-site-pom.xml
-K 25
-svn:wc:ra_dav:version-url
-V 60
-/repos/asf/!svn/ver/1626900/maven/pom/trunk/asf/site-pom.xml
-END

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/dir-prop-base
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/dir-prop-base 
b/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/dir-prop-base
deleted file mode 100644
index 0e72378..0000000
--- a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/dir-prop-base
+++ /dev/null
@@ -1,13 +0,0 @@
-K 10
-svn:ignore
-V 76
-.settings
-target
-.classpath
-.project
-apache.iml
-apache.ipr
-apache.iws
-.idea
-
-END

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/entries
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/entries 
b/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/entries
deleted file mode 100644
index 2c3d435..0000000
--- a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/entries
+++ /dev/null
@@ -1,107 +0,0 @@
-10
-
-dir
-1626969
-http://svn.apache.org/repos/asf/maven/pom/trunk/asf
-http://svn.apache.org/repos/asf
-
-
-
-2014-09-22T21:29:36.154040Z
-1626900
-bimargulies
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-13f79535-47bb-0310-9956-ffa450edef68
-
-
-
-
-
-
-
-immediates
-
-pom.xml
-file
-
-
-
-
-2014-09-23T09:14:09.491493Z
-e4ce3cbb607d8023e0a266c354bb672d
-2014-09-22T21:18:38.585160Z
-1626897
-bimargulies
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-15229
-
-site-pom.xml
-file
-
-
-
-
-2014-09-23T09:14:09.491493Z
-e0b4fbc19ecfbcebf15ab986a6c0014a
-2014-09-22T21:29:36.154040Z
-1626900
-bimargulies
-has-props
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-3247
-
-src
-dir
-

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/prop-base/pom.xml.svn-base
----------------------------------------------------------------------
diff --git 
a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/prop-base/pom.xml.svn-base 
b/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/prop-base/pom.xml.svn-base
deleted file mode 100644
index 7b57b30..0000000
--- a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/prop-base/pom.xml.svn-base
+++ /dev/null
@@ -1,9 +0,0 @@
-K 13
-svn:eol-style
-V 6
-native
-K 12
-svn:keywords
-V 23
-Author Date Id Revision
-END

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/prop-base/site-pom.xml.svn-base
----------------------------------------------------------------------
diff --git 
a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/prop-base/site-pom.xml.svn-base 
b/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/prop-base/site-pom.xml.svn-base
deleted file mode 100644
index f417888..0000000
--- 
a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/prop-base/site-pom.xml.svn-base
+++ /dev/null
@@ -1,13 +0,0 @@
-K 13
-svn:eol-style
-V 6
-native
-K 12
-svn:keywords
-V 23
-Author Date Id Revision
-K 13
-svn:mime-type
-V 10
-text/plain
-END

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/text-base/pom.xml.svn-base
----------------------------------------------------------------------
diff --git 
a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/text-base/pom.xml.svn-base 
b/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/text-base/pom.xml.svn-base
deleted file mode 100644
index c736656..0000000
--- a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/text-base/pom.xml.svn-base
+++ /dev/null
@@ -1,411 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-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.
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-
-  <!-- for more information, see the documentation of this POM: 
http://maven.apache.org/pom/asf/ -->
-  <groupId>org.apache</groupId>
-  <artifactId>apache</artifactId>
-  <version>16-SNAPSHOT</version>
-  <packaging>pom</packaging>
-
-  <name>The Apache Software Foundation</name>
-  <description>
-    The Apache Software Foundation provides support for the Apache community 
of open-source software projects.
-    The Apache projects are characterized by a collaborative, consensus based 
development process, an open and
-    pragmatic software license, and a desire to create high quality software 
that leads the way in its field.
-    We consider ourselves not simply a group of projects sharing a server, but 
rather a community of developers
-    and users.
-  </description>
-  <url>http://www.apache.org/</url>
-  <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-  <licenses>
-    <license>
-      <name>Apache License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-
-  <mailingLists>
-    <mailingList>
-      <name>Apache Announce List</name>
-      <subscribe>[email protected]</subscribe>
-      <unsubscribe>[email protected]</unsubscribe>
-      <post>[email protected]</post>
-      <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>
-    </mailingList>
-  </mailingLists>
-
-  <prerequisites><!-- just for information: not inherited in child poms -->
-    <maven>2.2.1</maven><!-- prerequisite of some plugins -->
-  </prerequisites>
-
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/asf</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/asf</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/trunk/asf</url>
-  </scm>
-
-  <distributionManagement>
-    <repository>
-      <id>apache.releases.https</id>
-      <name>Apache Release Distribution Repository</name>
-      
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
-    </repository>
-    <snapshotRepository>
-      <id>apache.snapshots.https</id>
-      <name>${distMgmtSnapshotsName}</name>
-      <url>${distMgmtSnapshotsUrl}</url>
-    </snapshotRepository>
-  </distributionManagement>
-
-  <properties>
-    <distMgmtSnapshotsName>Apache Development Snapshot 
Repository</distMgmtSnapshotsName>
-    
<distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl>
-    
<organization.logo>http://www.apache.org/images/asf_logo_wide.gif</organization.logo>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    
<sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor>
-    <gpg.useagent>true</gpg.useagent>
-    <arguments />
-    <!-- Specify the default compiler source/target as 1.4 for backwards 
compatibility -->
-    <maven.compiler.source>1.4</maven.compiler.source>
-    <maven.compiler.target>1.4</maven.compiler.target>    
-  </properties>
-
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <!-- set versions of common plugins for reproducibility, ordered 
alphabetically -->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.7</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.4.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-clean-plugin</artifactId>
-          <version>2.5</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.8</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-deploy-plugin</artifactId>
-          <version>2.8.2</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-docck-plugin</artifactId>
-          <version>1.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-enforcer-plugin</artifactId>
-          <version>1.3.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.17</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-gpg-plugin</artifactId>
-          <version>1.5</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-install-plugin</artifactId>
-          <version>2.5.2</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-invoker-plugin</artifactId>
-          <version>1.9</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-jar-plugin</artifactId>
-          <version>2.5</version>
-          <configuration>
-            <archive>
-              <manifest>
-                
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-                
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-              </manifest>
-            </archive>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.10</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.3</version>
-        </plugin>
-        <!-- START SNIPPET: release-plugin-configuration -->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>2.5.1</version>
-          <configuration>
-            <useReleaseProfile>false</useReleaseProfile>
-            <goals>deploy</goals>
-            <arguments>-Papache-release ${arguments}</arguments>
-            <waitBeforeTagging>10</waitBeforeTagging>
-          </configuration>
-        </plugin>
-        <!-- END SNIPPET: release-plugin-configuration -->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-remote-resources-plugin</artifactId>
-          <version>1.5</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-resources-plugin</artifactId>
-          <version>2.6</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-scm-plugin</artifactId>
-          <version>1.9.2</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-scm-publish-plugin</artifactId>
-          <version>1.0-beta-2</version><!-- last version compatible with Maven 
2: latest is configured in profile -->
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>3.4</version>
-          <dependencies><!-- TODO remove when upgrading m-site-p to 3.4.1: see 
MSITE-724 -->
-            <dependency>
-              <groupId>org.apache.maven</groupId>
-              <artifactId>maven-archiver</artifactId>
-              <version>2.5</version>
-            </dependency>
-            <dependency>
-              <groupId>org.codehaus.plexus</groupId>
-              <artifactId>plexus-archiver</artifactId>
-              <version>2.4.4</version>
-            </dependency>
-          </dependencies>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-source-plugin</artifactId>
-          <version>2.3</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.17</version><!-- keep maven-failsafe-plugin in sync -->
-        </plugin>
-        <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <version>0.11</version>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>clirr-maven-plugin</artifactId>
-          <version>2.6.1</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-    <plugins>
-      <!-- We want to package up license resources in the JARs produced -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-remote-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>process</goal>
-            </goals>
-            <configuration>
-              <resourceBundles>
-                
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-              </resourceBundles>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-  <profiles>
-    <!-- START SNIPPET: release-profile -->
-    <profile>
-      <id>apache-release</id>
-      <build>
-        <plugins>
-          <!-- Create a source-release artifact that contains the fully 
buildable 
-               project directory source structure. This is the artifact which 
is 
-               the official subject of any release vote. -->
-          <plugin>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <dependencies>
-              <dependency>
-                <groupId>org.apache.apache.resources</groupId>
-                
<artifactId>apache-source-release-assembly-descriptor</artifactId>
-                <version>1.0.4</version>
-              </dependency>
-            </dependencies>
-            <executions>
-              <execution>
-                <id>source-release-assembly</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>single</goal>
-                </goals>
-                <configuration>
-                  <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                  <descriptorRefs>
-                    
<descriptorRef>${sourceReleaseAssemblyDescriptor}</descriptorRef>
-                  </descriptorRefs>
-                  <tarLongFileMode>gnu</tarLongFileMode>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-          <!-- We want to deploy the artifact to a staging location for 
perusal -->
-          <plugin>
-            <inherited>true</inherited>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-deploy-plugin</artifactId>
-            <configuration>
-              <updateReleaseInfo>true</updateReleaseInfo>
-            </configuration>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-source-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>attach-sources</id>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>attach-javadocs</id>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <!-- We want to sign the artifact, the POM, and all attached 
artifacts -->
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-gpg-plugin</artifactId>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>sign</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <!-- END SNIPPET: release-profile -->
-
-    <profile>
-      <id>maven-3</id>
-      <activation>
-        <file>
-          <!--  This employs that the basedir expression is only recognized by 
Maven 3.x (see MNG-2363) -->
-          <exists>${basedir}</exists>
-        </file>
-      </activation>
-      <build>
-        <pluginManagement>
-          <plugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-scm-publish-plugin</artifactId>
-              <version>1.1</version>
-            </plugin>
-          </plugins>
-        </pluginManagement>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-site-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>attach-descriptor</id>
-                <goals>
-                  <goal>attach-descriptor</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>    
-  </profiles>
-</project>
-

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/text-base/site-pom.xml.svn-base
----------------------------------------------------------------------
diff --git 
a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/text-base/site-pom.xml.svn-base 
b/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/text-base/site-pom.xml.svn-base
deleted file mode 100644
index 1d35c91..0000000
--- 
a/maven-scm-plugin/src/it/scm-781/asf/dotSvnDir/text-base/site-pom.xml.svn-base
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-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.
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>16-SNAPSHOT</version>
-    <relativePath>./pom.xml</relativePath>
-  </parent>
-
-  <artifactId>apache.</artifactId>
-  <packaging>pom</packaging>
-
-  <name>Apache Software Foundation Parent POM</name>
-  <description>This project consists of a POM that contains settings that are 
likely to be useful to any Apache project that is building and releasing code 
with Maven 2/3.</description>
-  <url>http://maven.apache.org/pom-archives/asf-${project.version}</url>
-
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/asf</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/asf</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/trunk/asf</url>
-  </scm>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/MPOM/component/12314370</url>
-  </issueManagement>
-  <ciManagement>
-    <system>Jenkins</system>
-    
<url>https://builds.apache.org//view/M-R/view/Maven/job/ASF%20Parent%20Pom/</url>
-  </ciManagement>
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
-    </site>
-  </distributionManagement>
-
-  <properties>
-    <maven.site.cache>${user.home}/maven-sites</maven.site.cache>
-    <maven.site.path>pom-archives/asf-LATEST</maven.site.path>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-        <configuration>
-          <siteDirectory>${basedir}/src/site-docs</siteDirectory>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-scm-publish-plugin</artifactId>
-        <configuration>
-          <content>${project.reporting.outputDirectory}</content>
-          
<checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>
-          <tryUpdate>true</tryUpdate>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
-  

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/dotSvnDir/all-wcprops
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/dotSvnDir/all-wcprops 
b/maven-scm-plugin/src/it/scm-781/dotSvnDir/all-wcprops
deleted file mode 100644
index f34779c..0000000
--- a/maven-scm-plugin/src/it/scm-781/dotSvnDir/all-wcprops
+++ /dev/null
@@ -1,5 +0,0 @@
-K 25
-svn:wc:ra_dav:version-url
-V 43
-/repos/asf/!svn/ver/1626900/maven/pom/trunk
-END

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/dotSvnDir/entries
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/dotSvnDir/entries 
b/maven-scm-plugin/src/it/scm-781/dotSvnDir/entries
deleted file mode 100644
index 9619c5b..0000000
--- a/maven-scm-plugin/src/it/scm-781/dotSvnDir/entries
+++ /dev/null
@@ -1,42 +0,0 @@
-10
-
-dir
-1626968
-http://svn.apache.org/repos/asf/maven/pom/trunk
-http://svn.apache.org/repos/asf
-
-
-
-2014-09-22T21:29:36.154040Z
-1626900
-bimargulies
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-13f79535-47bb-0310-9956-ffa450edef68
-
-
-
-
-
-
-
-immediates
-
-maven
-dir
-
-asf
-dir
-

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/invoker.properties
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/invoker.properties 
b/maven-scm-plugin/src/it/scm-781/invoker.properties
index 981f822..70e7bec 100644
--- a/maven-scm-plugin/src/it/scm-781/invoker.properties
+++ b/maven-scm-plugin/src/it/scm-781/invoker.properties
@@ -31,3 +31,5 @@ invoker.buildResult.3=success
 # the offending module
 invoker.goals.4=-pl maven 
org.apache.maven.plugins:maven-scm-plugin:${project.version}:validate-recursively
 -DscmCheckWorkingDirectoryUrl=true
 invoker.buildResult.4=failure
+
+invoker.failureBehavior = fail-never
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/maven/.svn/all-wcprops
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/maven/.svn/all-wcprops 
b/maven-scm-plugin/src/it/scm-781/maven/.svn/all-wcprops
new file mode 100644
index 0000000..a5f52a9
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/maven/.svn/all-wcprops
@@ -0,0 +1,17 @@
+K 25
+svn:wc:ra_dav:version-url
+V 49
+/repos/asf/!svn/ver/1626625/maven/pom/trunk/maven
+END
+pom.xml
+K 25
+svn:wc:ra_dav:version-url
+V 57
+/repos/asf/!svn/ver/1626625/maven/pom/trunk/maven/pom.xml
+END
+site-pom.xml
+K 25
+svn:wc:ra_dav:version-url
+V 62
+/repos/asf/!svn/ver/1601069/maven/pom/trunk/maven/site-pom.xml
+END

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/maven/.svn/dir-prop-base
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/maven/.svn/dir-prop-base 
b/maven-scm-plugin/src/it/scm-781/maven/.svn/dir-prop-base
new file mode 100644
index 0000000..12153d0
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/maven/.svn/dir-prop-base
@@ -0,0 +1,13 @@
+K 10
+svn:ignore
+V 94
+target
+.settings
+.classpath
+.project
+maven-parent.iml
+maven-parent.ipr
+maven-parent.iws
+.idea
+
+END

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/maven/.svn/entries
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/it/scm-781/maven/.svn/entries 
b/maven-scm-plugin/src/it/scm-781/maven/.svn/entries
new file mode 100644
index 0000000..7bab830
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/maven/.svn/entries
@@ -0,0 +1,107 @@
+10
+
+dir
+1626968
+http://svn.apache.org/repos/asf/maven/pom/trunk/maven
+http://svn.apache.org/repos/asf
+
+
+
+2014-09-21T19:32:04.457513Z
+1626625
+hboutemy
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+13f79535-47bb-0310-9956-ffa450edef68
+
+
+
+
+
+
+
+immediates
+
+pom.xml
+file
+
+
+
+
+2014-09-23T09:04:07.547469Z
+6b57a71b9c8bae02ce55bc6ec01f5171
+2014-09-21T19:32:04.457513Z
+1626625
+hboutemy
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+36566
+
+site-pom.xml
+file
+
+
+
+
+2014-09-23T09:04:07.547469Z
+997b4b59123e9e631fca337ef67b3d5e
+2014-06-07T06:19:29.373293Z
+1601069
+hboutemy
+has-props
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3030
+
+src
+dir
+

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/maven/.svn/prop-base/pom.xml.svn-base
----------------------------------------------------------------------
diff --git 
a/maven-scm-plugin/src/it/scm-781/maven/.svn/prop-base/pom.xml.svn-base 
b/maven-scm-plugin/src/it/scm-781/maven/.svn/prop-base/pom.xml.svn-base
new file mode 100644
index 0000000..7b57b30
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/maven/.svn/prop-base/pom.xml.svn-base
@@ -0,0 +1,9 @@
+K 13
+svn:eol-style
+V 6
+native
+K 12
+svn:keywords
+V 23
+Author Date Id Revision
+END

http://git-wip-us.apache.org/repos/asf/maven-scm/blob/349b8537/maven-scm-plugin/src/it/scm-781/maven/.svn/prop-base/site-pom.xml.svn-base
----------------------------------------------------------------------
diff --git 
a/maven-scm-plugin/src/it/scm-781/maven/.svn/prop-base/site-pom.xml.svn-base 
b/maven-scm-plugin/src/it/scm-781/maven/.svn/prop-base/site-pom.xml.svn-base
new file mode 100644
index 0000000..f417888
--- /dev/null
+++ b/maven-scm-plugin/src/it/scm-781/maven/.svn/prop-base/site-pom.xml.svn-base
@@ -0,0 +1,13 @@
+K 13
+svn:eol-style
+V 6
+native
+K 12
+svn:keywords
+V 23
+Author Date Id Revision
+K 13
+svn:mime-type
+V 10
+text/plain
+END

Reply via email to