summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-04-24 07:36:05 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-04-24 07:36:05 +0000
commit2fd87c4dd5a301e8a7c779448f886b98f826a4cf (patch)
tree3baf8547fac440bfd4e2798bcd3d385b4a332203
parent2d2e571f78d0b45d970252a99bcb79eeea62a5bb (diff)
Fix a couple of typos
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@768202 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--maven-plugins/trunk/maven-zip-plugin/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/maven-plugins/trunk/maven-zip-plugin/README b/maven-plugins/trunk/maven-zip-plugin/README
index ee4adda4f1..3f3973a719 100644
--- a/maven-plugins/trunk/maven-zip-plugin/README
+++ b/maven-plugins/trunk/maven-zip-plugin/README
@@ -1,7 +1,7 @@
This module is a Maven plugin which supports using a packaging of zip in a pom.xml to
create a zip format SCA contribution.
-An exmaple pom.xml:
+An example pom.xml:
<packaging>zip</packaging>
...
<build>
@@ -17,7 +17,7 @@ An exmaple pom.xml:
</build>
-To build, from the top maven-zip-plugin run maven:
+To build, from the top maven-zip-plugin directory run maven:
mvn
@@ -26,7 +26,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-zip-plugin module should be released and the Tuscany SCA
project updated to use the newly released version.
To release this module: