diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-14 09:26:46 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-14 09:26:46 +0000 |
commit | 284e44ec3da4e8346adc49d572c317c68981aef9 (patch) | |
tree | 64c5d905a1b48e045b0612970d368880f81d3fef /maven-plugins/trunk | |
parent | e88b3c47627a79acb65462e0347ec4fe7d42260b (diff) |
Update README
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744437 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | maven-plugins/trunk/maven-bundle-plugin/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/maven-plugins/trunk/maven-bundle-plugin/README b/maven-plugins/trunk/maven-bundle-plugin/README index 0b58d65840..cfc87b49bc 100644 --- a/maven-plugins/trunk/maven-bundle-plugin/README +++ b/maven-plugins/trunk/maven-bundle-plugin/README @@ -50,6 +50,12 @@ and a profile named "release". For example: </profile>
</profiles>
+Call a vote to release the module, eg: http://apache.markmail.org/message/6jnlfxbx7uklt5nv
+
+After a successful vote copy the staging artifacts to the live repository, eg:
+
+cp -p -v -R maven-bundle-plugin-1.0/org/apache/tuscany/maven/plugins/ /x1/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/tuscany/maven/plugins
+
|