diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-24 07:46:23 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-24 07:46:23 +0000 |
commit | fb5cedf9c8d10e8dbe75ba519ac046f39d24ade4 (patch) | |
tree | e3737e57059c8fe2e80ceffd87944904cd86d7a1 /maven-plugins/trunk/maven-tuscany-plugin/README | |
parent | 2fd87c4dd5a301e8a7c779448f886b98f826a4cf (diff) |
Fix a couple of typos
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | maven-plugins/trunk/maven-tuscany-plugin/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maven-plugins/trunk/maven-tuscany-plugin/README b/maven-plugins/trunk/maven-tuscany-plugin/README index d65bddb509..6d8ac9cd1d 100644 --- a/maven-plugins/trunk/maven-tuscany-plugin/README +++ b/maven-plugins/trunk/maven-tuscany-plugin/README @@ -1,6 +1,6 @@ This module is a Maven plugin for starting a Tuscany runtime which runs the project as an SCA contribution.
-To congfigure the porject add the following to the pom.xml:
+To configure the project add the following to the pom.xml:
<build>
...
@@ -28,7 +28,7 @@ or once all the dependencies have been downloaded and a succesful build run use: mvn clean install -o
So as to avoid the Tuscany SCA project using SNAPSHOT dependencies any changes
-to this maven-eclipse-compiler module should be released and the Tuscany SCA
+to this maven-tuscany-plugin module should be released and the Tuscany SCA
project updated to use the newly released version.
To release this module:
|