diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/trunk/maven-eclipse-compiler/README | 26 |
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
+
+
+
+
|