summaryrefslogtreecommitdiffstats
path: root/plugins/trunk/maven-eclipse-compiler/README
blob: b9c4759d340a0c8c9f0b17ff8ae50c5a7ef64f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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