diff options
Diffstat (limited to 'maven-plugins/trunk')
-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
+
|