git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115926 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2004-08-03 01:13:43 +00:00
parent 13c3fb24a0
commit 30982ab33c
2 changed files with 2 additions and 2 deletions

View File

@@ -314,7 +314,7 @@ maven -Dgoal=clean multiproject:goal</maven:param-check>
name="Dependency Convergence"
link="dependency-convergence-report"
pluginName="maven-multiproject-plugin"
description="Generate report which shows how consistent are the versions of artitfacts between projects."/>
description="Generate report which shows how consistent are the versions of artifacts between projects."/>
</goal>

View File

@@ -28,7 +28,7 @@
<section name="Dependency Convergence Report">
<p>
This plug-in provides a report which shows how consistent the versions
of artitfacts between the projects of a multiproject build.
of artifacts between the projects of a multiproject build.
</p>
<p>
To register this report, include the following in your <code>project.xml</code>: