Author: krosenvold Date: Mon Jan 24 09:24:04 2011 New Revision: 1062695 URL: http://svn.apache.org/viewvc?rev=1062695&view=rev Log: [SUREFIRE-689] Non-working links on the m-failsafe-p site
Patch by Anders Hammar, applied unmodified Modified: maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/examples/system-properties.apt.vm maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/examples/testng.apt.vm maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/index.apt maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/usage.apt.vm Modified: maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/examples/system-properties.apt.vm URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/examples/system-properties.apt.vm?rev=1062695&r1=1062694&r2=1062695&view=diff ============================================================================== --- maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/examples/system-properties.apt.vm (original) +++ maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/examples/system-properties.apt.vm Mon Jan 24 09:24:04 2011 @@ -10,7 +10,7 @@ Using System Properties There are two ways to add a list of system properties to Failsafe: -* systemProperyVariable +* systemPropertyVariable This configuration is the replacement of the deprecated <systemProperies>. It can accept any value from Maven's properties that can be converted <<to String value>> Modified: maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/examples/testng.apt.vm URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/examples/testng.apt.vm?rev=1062695&r1=1062694&r2=1062695&view=diff ============================================================================== --- maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/examples/testng.apt.vm (original) +++ maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/examples/testng.apt.vm Mon Jan 24 09:24:04 2011 @@ -31,7 +31,7 @@ Using TestNG by Failsafe as TestNG tests. If you'd like to use a different naming scheme, you can change the <<<includes>>> parameter, as discussed in the - {{{inclusion-exclusion.html}Inclusions and Exclusions of Tests}} example. + {{{./inclusion-exclusion.html}Inclusions and Exclusions of Tests}} example. * Using Suite XML Files @@ -94,7 +94,7 @@ Using TestNG [...] +---+ - For more information about setting system properties in Failsafe tests, see {{{system-properties.html}System Properties}}. + For more information about setting system properties in Failsafe tests, see {{{./system-properties.html}System Properties}}. * Using Groups Modified: maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/index.apt?rev=1062695&r1=1062694&r2=1062695&view=diff ============================================================================== --- maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/index.apt (original) +++ maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/index.apt Mon Jan 24 09:24:04 2011 @@ -58,48 +58,48 @@ mvn verify The Failsafe Plugin has only 2 goals: - * {{{integration-test-mojo.html}failsafe:integration-test}} runs the integration tests of an application. + * {{{./integration-test-mojo.html}failsafe:integration-test}} runs the integration tests of an application. - * {{{verify-mojo.html}failsafe:verify}} verifies that the integration tests of an application passed. + * {{{./verify-mojo.html}failsafe:verify}} verifies that the integration tests of an application passed. [] * Usage - General instructions on how to use the Failsafe Plugin can be found on the {{{usage.html}usage page}}. Some more + General instructions on how to use the Failsafe Plugin can be found on the {{{./usage.html}usage page}}. Some more specific use cases are described in the examples given below. - In case you still have questions regarding the plugin's usage, please have a look at the {{{faq.html}FAQ}} and feel - free to contact the {{{mail-lists.html}user mailing list}}. The posts to the mailing list are archived and could + In case you still have questions regarding the plugin's usage, please have a look at the {{{./faq.html}FAQ}} and feel + free to contact the {{{./mail-lists.html}user mailing list}}. The posts to the mailing list are archived and could already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching - the {{{mail-lists.html}mail archive}}. + the {{{./mail-lists.html}mail archive}}. If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our - {{{issue-tracking.html}issue tracker}}. When creating a new issue, please provide a comprehensive description of your + {{{./issue-tracking.html}issue tracker}}. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated. Of course, patches are welcome, too. Contributors can check out the project from our - {{{source-repository.html}source repository}} and will find supplementary information in the + {{{./source-repository.html}source repository}} and will find supplementary information in the {{{http://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}. * Examples The following examples show how to use the Failsafe Plugin in more advanced use-cases: - * {{{examples/testng.html}Using TestNG}} + * {{{./examples/testng.html}Using TestNG}} - * {{{examples/skipping-test.html}Skipping Tests}} + * {{{./examples/skipping-test.html}Skipping Tests}} - * {{{examples/inclusion-exclusion.html}Inclusions and Exclusions of Tests}} + * {{{./examples/inclusion-exclusion.html}Inclusions and Exclusions of Tests}} - * {{{examples/single-test.html}Running a Single Test}} + * {{{./examples/single-test.html}Running a Single Test}} - * {{{examples/class-loading.html}Class Loading Issues}} + * {{{./examples/class-loading.html}Class Loading Issues}} - * {{{examples/debugging.html}Debugging Tests}} + * {{{./examples/debugging.html}Debugging Tests}} - * {{{examples/system-properties.html}Using System Properties}} + * {{{./examples/system-properties.html}Using System Properties}} - * {{{examples/additional-classpath.html}Additional Classpath Elements}} + * {{{./examples/additional-classpath.html}Additional Classpath Elements}} [] Modified: maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/usage.apt.vm URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/usage.apt.vm?rev=1062695&r1=1062694&r2=1062695&view=diff ============================================================================== --- maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/usage.apt.vm (original) +++ maven/surefire/trunk/maven-failsafe-plugin/src/site/apt/usage.apt.vm Mon Jan 24 09:24:04 2011 @@ -81,7 +81,7 @@ mvn verify tests (including if you are using TestNG to execute your JUnit tests, which occurs by default if both are present in Surefire). - See {{{examples/testng.html} Using TestNG}} for more information. + See {{{./examples/testng.html} Using TestNG}} for more information. * Using jetty and maven-failsafe-plugin