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 2017/12/20 09:29:04 UTC

[maven-ant-plugin] 04/14: o fixed ambiguous links o added Doxia xsd

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.3
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit e8a5bad8e54d40c9385cd85bb6c554660f23ff99
Author: Vincent Siveton <vs...@apache.org>
AuthorDate: Wed Aug 5 12:31:27 2009 +0000

    o fixed ambiguous links
    o added Doxia xsd
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@801176 13f79535-47bb-0310-9956-ffa450edef68
---
 src/site/apt/index.apt | 26 ++++++++++++++------------
 src/site/fml/faq.fml   |  6 +++++-
 src/site/site.xml      |  5 ++++-
 3 files changed, 23 insertions(+), 14 deletions(-)

diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index dcdf193..93ab1ae 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -35,38 +35,40 @@ Maven Ant Plugin
 
    The Ant Plugin has two goals:
 
-   * {{{ant-mojo.html}ant:ant}} Generate Ant build files.
+   * {{{./ant-mojo.html}ant:ant}} Generate Ant build files.
 
-   * {{{clean-mojo.html}ant:clean}} Clean all Ant build files.
+   * {{{./clean-mojo.html}ant:clean}} Clean all Ant build files.
 
 * Usage
 
-  General instructions on how to use the Ant Plugin can be found on the {{{usage.html}usage page}}. Some more
+  General instructions on how to use the Ant Plugin can be found on the {{{./usage.html}usage page}}. Some more
   specific use cases are described in the examples given below. Last but not least, users occasionally contribute
   additional examples, tips or errata to the
   {{{http://docs.codehaus.org/display/MAVENUSER/Ant+Plugin}plugin's wiki page}}.
 
-  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 Ant Plugin in more advanced usecases:
 
-   * {{{examples/customize.html}Customizing Generated Ant Build Files}}
+   * {{{./examples/customize.html}Customizing Generated Ant Build Files}}
 
-   * {{{examples/run-single-test.html}Running Individual Unit Tests}}
+   * {{{./examples/run-single-test.html}Running Individual Unit Tests}}
 
-   * {{{examples/fail-missing-junit.html}Failing the Build if JUnit is Missing}}
+   * {{{./examples/fail-missing-junit.html}Failing the Build if JUnit is Missing}}
 
-   * {{{examples/skip-tests.html}Skipping Unit Tests}}
+   * {{{./examples/skip-tests.html}Skipping Unit Tests}}
+
+   []
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 5d0b406..1cbbb1b 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -19,7 +19,11 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<faqs id="FAQ" title="Frequently Asked Questions">
+
+<faqs xmlns="http://maven.apache.org/FML/1.0.1"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd"
+  id="FAQ" title="Frequently Asked Questions">
   <part id="General">
     <faq id="Where are the generated Ant build files">
       <question>Where are the generated Ant build files?</question>
diff --git a/src/site/site.xml b/src/site/site.xml
index bf15514..a0d191b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,7 +19,10 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<project>
+<project 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"
+  name="Maven Ant plugin">
   <body>
     <links>
       <item name="Ant" href="http://ant.apache.org/"/>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.