blob: 8e541ad44fd380a24085e57ffa9956a302ff81be [file] [log] [blame]
nickboldt4fb673d2018-01-23 15:28:05 -05001= Eclipse Data Tools
2
3As of January 2018, Eclipse Data Tools (DTP) is now build with Maven 3.5 & Tycho 1.0.
4
5
6== Building locally
7
8First, fetch the code:
9
10 git clone ssh://{YOUR-ECLIPSE-USER}@git.eclipse.org:29418/datatools/org.eclipse.datatools
11
12or
13
14 git clone http://git.eclipse.org/gitroot/datatools/org.eclipse.datatools.git/
15
16then
17
18 cd org.eclipse.datatools
19
20To build:
21
22 mvn clean install
23
24To build without tests:
25
26 mvn clean install -DskipTests
27
28
29== Contributions
30
31To contribute, submit a gerrit request against this repo:
32
33http://git.eclipse.org/c/datatools/org.eclipse.datatools.git/
34
35You can then see your submitted requests here:
36
37https://git.eclipse.org/r/
38
39
40== Continuous Builds
41
42The master branch is currently built here:
43
44https://hudson.eclipse.org/datatools/job/org.eclipse.datatools_master/
45
46Therefore the latest CI build can be found here:
47
48https://hudson.eclipse.org/datatools/job/org.eclipse.datatools_master/lastSuccessfulBuild/artifact/site/target/
49
50
51== Deprecated Code
52
53Note that this repo is now the combination of the other 18 http://git.eclipse.org/c/datatools/[org.eclipse.datatools.*.git repos], which means the other repos are deprecated. Should you want to run the old Ant-based build, check out the 19 repos and then run the build in org.eclipse.datatools, from the DTP_1_14_1_Release tag, not from the master branch.
54