From 81733fc3da7d57bf4d6e889aa597a419860dd079 Mon Sep 17 00:00:00 2001 From: dion Date: Fri, 18 Jul 2003 00:39:18 +0000 Subject: [PATCH] Basic docs on the 'clashing parent' syndrome git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113663 13f79535-47bb-0310-9956-ffa450edef68 --- multiproject/xdocs/properties.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/multiproject/xdocs/properties.xml b/multiproject/xdocs/properties.xml index 763c2227..f6385ae1 100644 --- a/multiproject/xdocs/properties.xml +++ b/multiproject/xdocs/properties.xml @@ -57,8 +57,12 @@

This is the list of file specifications to be included when searching for - projects to be processed by the plugin + projects to be processed by the plugin.

+ + The 'top-level' project that you use to run maven multiproject + must not be included in the set of projects to be processed. +

Default value is */project.xml, that is all project.xml files one directory below the base directory