You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/09/04 16:14:35 UTC

svn commit: r1165025 - in /maven/core-integration-testing/trunk/core-it-suite/src/site: apt/index.apt site.xml

Author: hboutemy
Date: Sun Sep  4 14:14:35 2011
New Revision: 1165025

URL: http://svn.apache.org/viewvc?rev=1165025&view=rev
Log:
o improved introduction
o added an Introduction menu with most useful links

Added:
    maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml   (with props)
Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/site/apt/index.apt

Modified: maven/core-integration-testing/trunk/core-it-suite/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/site/apt/index.apt?rev=1165025&r1=1165024&r2=1165025&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/site/apt/index.apt (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/site/apt/index.apt Sun Sep  4 14:14:35 2011
@@ -3,7 +3,7 @@
  -----
  Hervé Boutemy
  -----
- 2011-07-08
+ 2011-09-04
  -----
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -28,16 +28,16 @@
 
 Maven Integration Tests
 
-  This module provides the effective Integration Tests suite.
+  This module provides the {{{./testapidocs/org/apache/maven/it/package-summary.html}effective Integration Tests suite}}.
 
-  By default, the project just packages the tests in an artifact. To actually run them, activate the profile "run-its":
+  By default, the project just packages the tests in an artifact. To actually run them, activate the <<<run-its>>> profile:
   
 +----
 mvn clean test -Prun-its
 +----
   
   This will subject the Maven version running the build to the integration tests. If you would like to test a different
-  Maven distribution, you can use the system property "mavenHome" to specify the path of the Maven distribution to test:
+  Maven distribution, you can use the <<<mavenHome>>> system property to specify the path of the Maven distribution to test:
   
 +----
 mvn clean test -Prun-its -DmavenHome=<maven-under-test>
@@ -50,11 +50,11 @@ mvn clean test -Prun-its -DmavenHome=<ma
 mvn clean test -Prun-its -DmavenVersion=2.2.1
 +----
   
-  To run the ITs using embedded Maven 3.x, additionally activate the profile "embedded".
+  To run the ITs using embedded Maven 3.x, additionally activate the <<<embedded>>> profile.
   
   ITs that don't require to fork Maven can also be run from the IDE using the Maven projects from the workspace if the
   Maven dependencies are added to the test class path.
   
-  If you're behind a proxy, use the system properties proxy.host, proxy.port, proxy.user and proxy.pass to specify the
-  required proxy setup for the ITs. Alternatively, set the system property maven.it.central to a URL of a local
+  If you're behind a proxy, use the <<<proxy.host>>>, <<<proxy.port>>>, <<<proxy.user>>> and <<<proxy.pass>>> system properties
+  to specify the required proxy setup for the ITs. Alternatively, set the system property maven.it.central to a URL of a local
   repository manager that proxies the required artifacts.

Added: maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml?rev=1165025&view=auto
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml (added)
+++ maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml Sun Sep  4 14:14:35 2011
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project name="Maven" xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+  <body>
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+      <item name="JavaDocs" href="testapidocs/org/apache/maven/it/package-summary.html"/>
+      <item name="Source Xref" href="xref-test/org/apache/maven/it/package-summary.html"/>
+      <item name="Surefire Report" href="surefire-report.html"/>
+      <!--item name="FAQ" href="faq.html"/-->
+    </menu>
+
+    <menu ref="parent"/>
+    <menu ref="reports"/>
+  </body>
+</project>

Propchange: maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml
------------------------------------------------------------------------------
    svn:mime-type = text/plain