summaryrefslogtreecommitdiffstats
path: root/maven-plugins/trunk
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-28 13:14:35 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-28 13:14:35 +0000
commit279905ab8bdf9a8fe5a4745c9c26195f99ddea7c (patch)
treeace44a5327cbbbba3ef94c9a4932cc31f0993c91 /maven-plugins/trunk
parent889eee805e400a1ee0aea02ec9113c34a389716b (diff)
Update typos and grammer in release notes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830523 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins/trunk')
-rw-r--r--maven-plugins/trunk/maven-tuscany-plugin/RELEASE_NOTES7
1 files changed, 4 insertions, 3 deletions
diff --git a/maven-plugins/trunk/maven-tuscany-plugin/RELEASE_NOTES b/maven-plugins/trunk/maven-tuscany-plugin/RELEASE_NOTES
index 5b86a5dc25..edd8d5f171 100644
--- a/maven-plugins/trunk/maven-tuscany-plugin/RELEASE_NOTES
+++ b/maven-plugins/trunk/maven-tuscany-plugin/RELEASE_NOTES
@@ -9,7 +9,7 @@ to run SCA contributions.
There are several ways it can be used:
- you can start a Tuscany runtime running an SCA contribution with "mvn tuscany:run" if you
- include the Tuscany plugin in the a contributions Maven project plugins definition, eg:
+ include the Tuscany plugin in the contributions Maven project plugins definition, eg:
<project...>
...
@@ -25,8 +25,9 @@ There are several ways it can be used:
</build>
</project>
-- if you have an SCA contribution file and Maven installed then you can run the contribution
- without needing to any install of a Tuscany distribtion by using the following command:
+- if you have an SCA contribution file and Maven installed but no Tuscany distribution installed
+ then you can run the contribution by using the following command which will automatically
+ download the Tuscany jars and their dependencies:
mvn org.apache.tuscany.maven.plugins:maven-tuscany-plugin:launch -Dcontributions=<filePathToTheContributionFile>