You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2013/09/29 18:19:26 UTC

svn commit: r1527340 [2/2] - in /maven/plugins/trunk/maven-site-plugin/src: it/MSITE-159/ it/MSITE-159/src/site/ it/MSITE-159/src/site/apt/ it/MSITE-312/ it/MSITE-312/child/ it/MSITE-312/child/src/site/ it/MSITE-312/src/site/ it/MSITE-456/ it/MSITE-456...

Modified: maven/plugins/trunk/maven-site-plugin/src/it/it-plugin-test/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/it-plugin-test/pom.xml?rev=1527340&r1=1527339&r2=1527340&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/it-plugin-test/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/it-plugin-test/pom.xml Sun Sep 29 16:19:23 2013
@@ -1,58 +1,58 @@
-<?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.site.its</groupId>
-  <artifactId>it-plugin-test</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>maven-plugin</packaging>
-
-  <name>it-plugin-test Maven Mojo</name>
-  <url>http://maven.apache.org</url>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.2</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <reporting>
-    <excludeDefaults>true</excludeDefaults>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.5.1</version>
-      </plugin>
-    </plugins>
-  </reporting>
-</project>
+<?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.site.its</groupId>
+  <artifactId>it-plugin-test</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>maven-plugin</packaging>
+
+  <name>it-plugin-test Maven Mojo</name>
+  <url>http://maven.apache.org</url>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.2</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <reporting>
+    <excludeDefaults>true</excludeDefaults>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>2.5.1</version>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/it-plugin-test/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/it-plugin-test/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/markdown-format/src/site/markdown/index.md
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/markdown-format/src/site/markdown/index.md
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/new-configuration/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/new-configuration/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Modified: maven/plugins/trunk/maven-site-plugin/src/it/no-version/verify.groovy
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/no-version/verify.groovy?rev=1527340&r1=1527339&r2=1527340&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/no-version/verify.groovy (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/no-version/verify.groovy Sun Sep 29 16:19:23 2013
@@ -1,31 +1,31 @@
-
-/*
- * 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.
- */
-assert new File( basedir, 'target/surefire-reports' ).exists();
-assert new File( basedir, 'target/surefire-reports/org.apache.maven.plugins.site.its.AppTest.txt' ).exists();
-content = new File( basedir, 'target/surefire-reports/org.apache.maven.plugins.site.its.AppTest.txt' ).text;
-
-assert content.contains( 'Test set: org.apache.maven.plugins.site.its.AppTest' );
-
-assert content.contains( 'Tests run: 1, Failures: 0, Errors: 0, Skipped: 0' );
-
-assert new File( basedir, 'target/site/surefire-report.html' ).exists();
-assert !new File( basedir, 'target/site/index.html' ).exists();
-
+
+/*
+ * 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.
+ */
+assert new File( basedir, 'target/surefire-reports' ).exists();
+assert new File( basedir, 'target/surefire-reports/org.apache.maven.plugins.site.its.AppTest.txt' ).exists();
+content = new File( basedir, 'target/surefire-reports/org.apache.maven.plugins.site.its.AppTest.txt' ).text;
+
+assert content.contains( 'Test set: org.apache.maven.plugins.site.its.AppTest' );
+
+assert content.contains( 'Tests run: 1, Failures: 0, Errors: 0, Skipped: 0' );
+
+assert new File( basedir, 'target/site/surefire-report.html' ).exists();
+assert !new File( basedir, 'target/site/index.html' ).exists();
+
 return true;
\ No newline at end of file

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/no-version/verify.groovy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/no-version/verify.groovy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/aggregator/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/aggregator/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/child_and_module/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/child_and_module/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/child_and_module/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/child_and_module/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/child_and_module/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/child_and_module/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/inheriting_child/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/inheriting_child/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/inheriting_child/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/inheriting_child/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/inheriting_child/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/inheriting_child/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/module/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/module/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/module/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/module/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/module/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/module/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/parent/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/parent/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/parent/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/parent/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/parent/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/parent/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/verify.bsh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/verify.bsh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/plugins/maven-rocks-plugin/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/plugins/maven-rocks-plugin/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/plugins/plugins/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/plugins/plugins/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/plugins/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/plugins/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/pom/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/pom/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/main/java/test/Test.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/main/java/test/Test.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/fr/xdoc/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/fr/xdoc/index.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site_fr.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site_fr.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/contact.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/contact.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/fr/xdoc/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/fr/xdoc/index.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-base.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-base.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-theme.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-theme.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/print.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/print.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/site.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/site.css
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/site_fr.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/site_fr.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/verify.bsh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/verify.bsh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-submodule/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-submodule/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-submodule/parent/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-submodule/parent/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-submodule/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-submodule/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/module1/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/module1/pom.xml?rev=1527340&r1=1527339&r2=1527340&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/module1/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/module1/pom.xml Sun Sep 29 16:19:23 2013
@@ -1,36 +1,36 @@
-<?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.its.differentparentsite</groupId>
-    <artifactId>main</artifactId>
-    <version>1.0-SNAPSHOT</version>
-	<relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <artifactId>module1</artifactId>
-
-  <name>module 1</name>
-
-</project>
+<?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.its.differentparentsite</groupId>
+    <artifactId>main</artifactId>
+    <version>1.0-SNAPSHOT</version>
+	<relativePath>../pom.xml</relativePath>
+  </parent>
+
+  <artifactId>module1</artifactId>
+
+  <name>module 1</name>
+
+</project>

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/module1/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/module1/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/pom.xml?rev=1527340&r1=1527339&r2=1527340&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/pom.xml Sun Sep 29 16:19:23 2013
@@ -1,51 +1,51 @@
-<?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.its.differentparentsite</groupId>
-    <artifactId>root</artifactId>
-    <version>1.0-SNAPSHOT</version>
-	<relativePath>root/pom.xml</relativePath>
-  </parent>
-
-    <artifactId>main</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-
-  <name>top-parent-different-site</name>
-
-  <url>http://dummy.com/</url>
-
-  <distributionManagement>
-    <site>
-      <id>website</id>
-      <url>file://@project.build.directory@/it/site-sd-top-parent-different-site/deploy/</url>
-    </site>
-  </distributionManagement>
-
-  <modules>
-    <module>module1</module>
-  </modules>
-
-</project>
+<?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.its.differentparentsite</groupId>
+    <artifactId>root</artifactId>
+    <version>1.0-SNAPSHOT</version>
+	<relativePath>root/pom.xml</relativePath>
+  </parent>
+
+    <artifactId>main</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>top-parent-different-site</name>
+
+  <url>http://dummy.com/</url>
+
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>file://@project.build.directory@/it/site-sd-top-parent-different-site/deploy/</url>
+    </site>
+  </distributionManagement>
+
+  <modules>
+    <module>module1</module>
+  </modules>
+
+</project>

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/root/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/root/pom.xml?rev=1527340&r1=1527339&r2=1527340&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/root/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/root/pom.xml Sun Sep 29 16:19:23 2013
@@ -1,53 +1,53 @@
-<?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.its.differentparentsite</groupId>
-  <artifactId>root</artifactId>
-  <packaging>pom</packaging>
-  <name>root</name>
-  <version>1.0-SNAPSHOT</version>
-
-  <distributionManagement>
-    <site>
-      <id>website</id>
-      <url>scp://dummy.org/top-parent-different-site/deploy/root/</url>
-    </site>
-  </distributionManagement>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>@project.version@</version>
-          <configuration>
-            <generateReports>false</generateReports>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
-</project>
+<?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.its.differentparentsite</groupId>
+  <artifactId>root</artifactId>
+  <packaging>pom</packaging>
+  <name>root</name>
+  <version>1.0-SNAPSHOT</version>
+
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>scp://dummy.org/top-parent-different-site/deploy/root/</url>
+    </site>
+  </distributionManagement>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>@project.version@</version>
+          <configuration>
+            <generateReports>false</generateReports>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+</project>

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/root/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/root/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/module1/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/module1/pom.xml?rev=1527340&r1=1527339&r2=1527340&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/module1/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/module1/pom.xml Sun Sep 29 16:19:23 2013
@@ -1,36 +1,36 @@
-<?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.its.noparentsite</groupId>
-    <artifactId>main</artifactId>
-    <version>1.0-SNAPSHOT</version>
-	<relativePath>../pom.xml</relativePath>
-  </parent>
-
-  <artifactId>module1</artifactId>
-
-  <name>module 1</name>
-
-</project>
+<?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.its.noparentsite</groupId>
+    <artifactId>main</artifactId>
+    <version>1.0-SNAPSHOT</version>
+	<relativePath>../pom.xml</relativePath>
+  </parent>
+
+  <artifactId>module1</artifactId>
+
+  <name>module 1</name>
+
+</project>

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/module1/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/module1/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/pom.xml?rev=1527340&r1=1527339&r2=1527340&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/pom.xml Sun Sep 29 16:19:23 2013
@@ -1,51 +1,51 @@
-<?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.its.noparentsite</groupId>
-    <artifactId>root</artifactId>
-    <version>1.0-SNAPSHOT</version>
-	<relativePath>root/pom.xml</relativePath>
-  </parent>
-
-    <artifactId>main</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-
-  <name>top-parent-no-site</name>
-
-  <url>http://dummy.com/</url>
-
-  <distributionManagement>
-    <site>
-      <id>website</id>
-      <url>file://@project.build.directory@/it/site-sd-top-parent-no-site/deploy/</url>
-    </site>
-  </distributionManagement>
-
-  <modules>
-    <module>module1</module>
-  </modules>
-
-</project>
+<?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.its.noparentsite</groupId>
+    <artifactId>root</artifactId>
+    <version>1.0-SNAPSHOT</version>
+	<relativePath>root/pom.xml</relativePath>
+  </parent>
+
+    <artifactId>main</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>top-parent-no-site</name>
+
+  <url>http://dummy.com/</url>
+
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>file://@project.build.directory@/it/site-sd-top-parent-no-site/deploy/</url>
+    </site>
+  </distributionManagement>
+
+  <modules>
+    <module>module1</module>
+  </modules>
+
+</project>

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/root/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/root/pom.xml?rev=1527340&r1=1527339&r2=1527340&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/root/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/root/pom.xml Sun Sep 29 16:19:23 2013
@@ -1,59 +1,59 @@
-<?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.its.noparentsite</groupId>
-  <artifactId>root</artifactId>
-  <packaging>pom</packaging>
-  <name>root</name>
-  <version>1.0-SNAPSHOT</version>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-		<plugin>
-			<groupId>org.apache.maven.plugins</groupId>
-			<artifactId>maven-site-plugin</artifactId>
-			<version>@project.version@</version>
-		</plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.3.1</version>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>index</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
-
-</project>
+<?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.its.noparentsite</groupId>
+  <artifactId>root</artifactId>
+  <packaging>pom</packaging>
+  <name>root</name>
+  <version>1.0-SNAPSHOT</version>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+		<plugin>
+			<groupId>org.apache.maven.plugins</groupId>
+			<artifactId>maven-site-plugin</artifactId>
+			<version>@project.version@</version>
+		</plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.3.1</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>index</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+
+</project>

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/root/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/root/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-sd/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-skip/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-skip/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-skip/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-skip/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-skip/site/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-skip/site/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-skip/skip-site-deploy/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-skip/skip-site-deploy/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-skip/skip-site/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-skip/skip-site/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-skip/verify.bsh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/site-skip/verify.bsh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/surefire-report/verify.groovy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/surefire-report/verify.groovy
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/validate/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/validate/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/validate/src/site/fml/faq.fml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/validate/src/site/fml/faq.fml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/validate/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/validate/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/validate/src/site/xdoc/xdoc.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/it/validate/src/site/xdoc/xdoc.xml
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/AbstractDeployMojo.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/AbstractDeployMojo.java
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_gl.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_gl.properties
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id

Propchange: maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/multimodule.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/multimodule.apt
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author Id