From 2d745d89dca0d5f85c8712c810ca1a8a58bf6c83 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 7 Dec 2005 00:19:31 +0000 Subject: [PATCH] Change order of subsections git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@354629 13f79535-47bb-0310-9956-ffa450edef68 --- pom/xdocs/validation.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pom/xdocs/validation.xml b/pom/xdocs/validation.xml index 215fe4d9..5ce000de 100644 --- a/pom/xdocs/validation.xml +++ b/pom/xdocs/validation.xml @@ -42,6 +42,18 @@ to run, you should try to validate your pom with an independent xml validation tool first.

+ +

+ In order to be valid, your project.xml file needs + to include a namespace declaration in the project root element: +

+ ]]> +

+ or +

+ ]]> +

The validation routine works differently for stand-alone @@ -186,18 +198,6 @@ - -

- In order to be valid, your project.xml file needs - to include a namespace declaration in the project root element: -

- ]]> -

- or -

- ]]> -