From b5ce6f0c4814165d5ff8362bae29386ed23d868a Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 26 Jul 2006 20:08:00 +0000 Subject: [PATCH] PR: MPMULTIPROJECT-68 Submitted by: Shinobu Kawai Only register the dependency convergence report if there are child projects. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@425828 13f79535-47bb-0310-9956-ffa450edef68 --- multiproject/plugin.jelly | 18 ++++++++++-------- multiproject/xdocs/changes.xml | 1 + 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/multiproject/plugin.jelly b/multiproject/plugin.jelly index 0866a166..45386859 100644 --- a/multiproject/plugin.jelly +++ b/multiproject/plugin.jelly @@ -329,14 +329,16 @@ maven -Dgoal=clean multiproject:goal - - - - + + + + + + diff --git a/multiproject/xdocs/changes.xml b/multiproject/xdocs/changes.xml index 7b1d5ef2..1830f19b 100644 --- a/multiproject/xdocs/changes.xml +++ b/multiproject/xdocs/changes.xml @@ -25,6 +25,7 @@ + Only register the dependency convergence report if there are child projects. maven-multiproject-plugin:deregister does not work.