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
This commit is contained in:
parent
247ef05127
commit
b5ce6f0c48
@ -329,13 +329,15 @@ maven -Dgoal=clean multiproject:goal</maven:param-check>
|
||||
<!--==================================================================-->
|
||||
<!-- Maven Report API - Register -->
|
||||
<!--==================================================================-->
|
||||
<goal name="maven-multiproject-plugin:register">
|
||||
<goal name="maven-multiproject-plugin:register" prereqs="multiproject:projects-init">
|
||||
|
||||
<j:if test="${!empty(multiprojects)}">
|
||||
<doc:registerReport
|
||||
name="Dependency Convergence"
|
||||
link="dependency-convergence-report"
|
||||
pluginName="maven-multiproject-plugin"
|
||||
description="Generate report which shows how consistent are the versions of artifacts between projects."/>
|
||||
</j:if>
|
||||
|
||||
</goal>
|
||||
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.5.1" date="in SVN">
|
||||
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-68" due-to="Shinobu Kawai">Only register the dependency convergence report if there are child projects.</action>
|
||||
<action dev="ltheussl" type="fix" issue="MPMULTIPROJECT-67" due-to="Shinobu Kawai">maven-multiproject-plugin:deregister does not work.</action>
|
||||
</release>
|
||||
<release version="1.5" date="2006-05-07">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user