From 30982ab33cc17b33216a9b050f9b0a2b84885aed Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 3 Aug 2004 01:13:43 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115926 13f79535-47bb-0310-9956-ffa450edef68 --- multiproject/plugin.jelly | 2 +- multiproject/xdocs/reports.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/multiproject/plugin.jelly b/multiproject/plugin.jelly index 20cc732a..20f3b3ba 100644 --- a/multiproject/plugin.jelly +++ b/multiproject/plugin.jelly @@ -314,7 +314,7 @@ maven -Dgoal=clean multiproject:goal 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."/> diff --git a/multiproject/xdocs/reports.xml b/multiproject/xdocs/reports.xml index ad3b7e81..11eb8a69 100644 --- a/multiproject/xdocs/reports.xml +++ b/multiproject/xdocs/reports.xml @@ -28,7 +28,7 @@

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.

To register this report, include the following in your project.xml: