Author: hboutemy
Date: Sat Aug 22 21:00:49 2015
New Revision: 1697121

URL: http://svn.apache.org/r1697121
Log:
[MPIR-234] added MPIR scm IT with git scm

Added:
    maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/
    maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/pom.xml
   (with props)
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/src/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/src/site/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/src/site/apt/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/src/site/apt/index.apt.vm
   (with props)
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/invoker.properties
   (with props)
    maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/pom.xml   
(with props)
    maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/pom.xml
   (with props)
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/src/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/src/site/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/src/site/apt/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/src/site/apt/index.apt.vm
   (with props)
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/pom.xml   
(with props)
    maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/src/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/src/site/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/src/site/apt/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/src/site/apt/index.apt.vm
   (with props)
    maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/src/
    maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/src/site/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/src/site/apt/
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/src/site/apt/index.apt.vm
   (with props)

Added: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/pom.xml?rev=1697121&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/pom.xml
 (added)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/pom.xml
 Sat Aug 22 21:00:49 2015
@@ -0,0 +1,34 @@
+<?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.maven.plugins.project-info-reports.it.git</groupId>
+    <artifactId>parent</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+
+  <name>inherited scm values</name>
+  <artifactId>inherited</artifactId>
+</project>

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/src/site/apt/index.apt.vm?rev=1697121&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/src/site/apt/index.apt.vm
 (added)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/src/site/apt/index.apt.vm
 Sat Aug 22 21:00:49 2015
@@ -0,0 +1,36 @@
+ ------
+ Introduction
+ ------
+ ------
+ 2015-08-22
+ ------
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+${project.artifactId} - ${project.name}
+
+ see {{{./source-repository.html}MPIR SCM report}} generated from following 
effective model SCM values:
+
++------------------+
+project.scm.connection = '${project.scm.connection}'
+project.scm.developerConnection = '${project.scm.developerConnection}'
+project.scm.url = '${project.scm.url}'
++------------------+

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/inherited/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/invoker.properties?rev=1697121&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/invoker.properties
 (added)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/invoker.properties
 Sat Aug 22 21:00:49 2015
@@ -0,0 +1,18 @@
+# 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.
+
+invoker.goals = site site:stage

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/invoker.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/pom.xml?rev=1697121&view=auto
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/pom.xml 
(added)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/pom.xml 
Sat Aug 22 21:00:49 2015
@@ -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>
+
+  <groupId>org.apache.maven.plugins.project-info-reports.it.git</groupId>
+  <artifactId>parent</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>git scm parent</name>
+  <url>http://www.apache.org/plugins/mpir/it/git/</url>
+
+  <modules>
+    <module>inherited</module>
+    <module>push</module>
+  </modules>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <scm>
+    
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
+    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
+    <url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
+    <tag>master</tag>
+  </scm>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/</url>
+    </site>
+  </distributionManagement>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>@sitePluginVersion@</version>
+        <!--configuration>
+          
<locales>en,cs,de,en,es,fr,gl,hu,it,ja,ko,lt,nl,no,pl,pt,pt_BR,ru,sk,sv,tr,zh_CN,zh_TW</locales>
+        </configuration-->
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>@pom.version@</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>scm</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/pom.xml?rev=1697121&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/pom.xml
 (added)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/pom.xml
 Sat Aug 22 21:00:49 2015
@@ -0,0 +1,34 @@
+<?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.maven.plugins.project-info-reports.it.git.push</groupId>
+    <artifactId>push</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>inherited</artifactId>
+  <name>inherited scm values</name>
+</project>

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/src/site/apt/index.apt.vm?rev=1697121&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/src/site/apt/index.apt.vm
 (added)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/src/site/apt/index.apt.vm
 Sat Aug 22 21:00:49 2015
@@ -0,0 +1,36 @@
+ ------
+ Introduction
+ ------
+ ------
+ 2015-08-22
+ ------
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+${project.artifactId} - ${project.name}
+
+ see {{{./source-repository.html}MPIR SCM report}} generated from following 
effective model SCM values:
+
++------------------+
+project.scm.connection = '${project.scm.connection}'
+project.scm.developerConnection = '${project.scm.developerConnection}'
+project.scm.url = '${project.scm.url}'
++------------------+

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/inherited/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/pom.xml?rev=1697121&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/pom.xml 
(added)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/pom.xml 
Sat Aug 22 21:00:49 2015
@@ -0,0 +1,46 @@
+<?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.maven.plugins.project-info-reports.it.git</groupId>
+    <artifactId>parent</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+
+  <groupId>org.apache.maven.plugins.project-info-reports.it.git.push</groupId>
+  <artifactId>push</artifactId>
+  <packaging>pom</packaging>
+
+  <name>git scm url with push!=pull</name>
+
+  <modules>
+    <module>inherited</module>
+  </modules>
+
+  <scm>
+    
<connection>scm:git:[fetch=]http://git-wip-us.apache.org/repos/asf/maven.git[push=]ssh://git-wip-us.apache.org/repos/asf/maven.git</connection>
+    
<developerConnection>scm:git:[fetch=]http://git-wip-us.apache.org/repos/asf/maven.git[push=]ssh://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
+  </scm>
+</project>

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/src/site/apt/index.apt.vm?rev=1697121&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/src/site/apt/index.apt.vm
 (added)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/src/site/apt/index.apt.vm
 Sat Aug 22 21:00:49 2015
@@ -0,0 +1,36 @@
+ ------
+ Introduction
+ ------
+ ------
+ 2015-08-22
+ ------
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+${project.artifactId} - ${project.name}
+
+ see {{{./source-repository.html}MPIR SCM report}} generated from following 
effective model SCM values:
+
++------------------+
+project.scm.connection = '${project.scm.connection}'
+project.scm.developerConnection = '${project.scm.developerConnection}'
+project.scm.url = '${project.scm.url}'
++------------------+

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/push/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/src/site/apt/index.apt.vm?rev=1697121&view=auto
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/src/site/apt/index.apt.vm
 (added)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/src/site/apt/index.apt.vm
 Sat Aug 22 21:00:49 2015
@@ -0,0 +1,36 @@
+ ------
+ Introduction
+ ------
+ ------
+ 2015-08-22
+ ------
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
+${project.artifactId} - ${project.name}
+
+ see {{{./source-repository.html}MPIR SCM report}} generated from following 
effective model SCM values:
+
++------------------+
+project.scm.connection = '${project.scm.connection}'
+project.scm.developerConnection = '${project.scm.developerConnection}'
+project.scm.url = '${project.scm.url}'
++------------------+

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/it/git/src/site/apt/index.apt.vm
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision


Reply via email to