summaryrefslogtreecommitdiffstats
path: root/plugins/trunk/maven-eclipse-compiler
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-09 16:14:16 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-09 16:14:16 +0000
commitad49ec63e069da2615371b5cb90673a508754c89 (patch)
tree795c29c9dd465d21ca6badfe43f74261c5ad2e36 /plugins/trunk/maven-eclipse-compiler
parent4e412fab6cc96366bbd7f1a25dd16e6dc8c26a0a (diff)
Start of a README describing how to release the module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742596 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--plugins/trunk/maven-eclipse-compiler/README26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/trunk/maven-eclipse-compiler/README b/plugins/trunk/maven-eclipse-compiler/README
new file mode 100644
index 0000000000..b9c4759d34
--- /dev/null
+++ b/plugins/trunk/maven-eclipse-compiler/README
@@ -0,0 +1,26 @@
+This module is a Maven compiler which uses the Eclipse Java compiler which is
+used by the Tuscany SCA project build.
+
+To build, from the top maven-eclipse-compiler run maven:
+
+mvn
+
+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
+project updated to use the newly released version.
+
+To release this module:
+
+mvn release:prepare
+
+followed by:
+
+mvn release:perform
+
+
+
+