o Fixing a couple of typos, thanks to Julien Kirch.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289576 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Trygve Laugstol 2005-09-16 15:20:14 +00:00
parent 3868512316
commit 9a68102ec4
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ Developing Maven 2
* Creating and submitting a patch * Creating and submitting a patch
When you have either completed an issue or just want some feedback on the work you have done, create a patch When you have either completed an issue or just want some feedback on the work you have done, create a patch
and attache the patch to the issue in question. We have a couple of guidelines when creating patches: and attach the patch to the issue in question. We have a couple of guidelines when creating patches:
* Always create the patch from the root of the maven project, i.e. where the pom.xml file is. * Always create the patch from the root of the maven project, i.e. where the pom.xml file is.
@ -132,7 +132,7 @@ target
* Plexus * Plexus
Plexus is a full-fledged container supporting different cinds of component lifecycles. It's native lifecycle Plexus is a full-fledged container supporting different kinds of component lifecycles. It's native lifecycle
is like any other modern IoC container, using field injection of both requirements and configuration. All is like any other modern IoC container, using field injection of both requirements and configuration. All
core Maven 2 functionality are Plexus components. core Maven 2 functionality are Plexus components.