From a93e8c33ca3b8d320d29f15f8bb8c80ddda2ad29 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Fri, 9 Dec 2005 18:36:31 +0000 Subject: [PATCH] Add documentation about navigation-validate git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@355566 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/xdocs/goals.xml | 3 +- xdoc/xdocs/reference/maven-navigation.xsd | 102 ++++++++++++++++++++++ xdoc/xdocs/reference/navfile.xml | 9 ++ 3 files changed, 113 insertions(+), 1 deletion(-) create mode 100644 xdoc/xdocs/reference/maven-navigation.xsd diff --git a/xdoc/xdocs/goals.xml b/xdoc/xdocs/goals.xml index 342d620e..2aa80f4a 100644 --- a/xdoc/xdocs/goals.xml +++ b/xdoc/xdocs/goals.xml @@ -59,7 +59,8 @@ xdoc:navigation-validate - Validates the navigation file ${maven.xdoc.navigation.file}. + Validates the navigation file ${maven.xdoc.navigation.file}. See + Validation. diff --git a/xdoc/xdocs/reference/maven-navigation.xsd b/xdoc/xdocs/reference/maven-navigation.xsd new file mode 100644 index 00000000..9a9d88af --- /dev/null +++ b/xdoc/xdocs/reference/maven-navigation.xsd @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xdoc/xdocs/reference/navfile.xml b/xdoc/xdocs/reference/navfile.xml index f6af9ed2..abc7c2ac 100644 --- a/xdoc/xdocs/reference/navfile.xml +++ b/xdoc/xdocs/reference/navfile.xml @@ -158,7 +158,16 @@ ]]> + +
+

+ The xdoc:navigation-validate goal can be used to check + whether your ${maven.xdoc.navigation.file} is a valid + navigation.file. Validation is performed against this + xsd. Note that the order of + elements is important and should be the same as in the example above. +