blob: e55dfe58a9bf751669235f32e84efe985a5b9824 [file] [log] [blame]
nickboldt862186e2018-03-12 18:17:23 -04001## Building this repo
2
31. fetch sources from http://git.eclipse.org/c/servertools/webtools.servertools.git/
4
5 git clone http://git.eclipse.org/gitroot/servertools/webtools.servertools.git
6
72. build the normal repo
8
9 mvn clean install
10
113. build the integration tests repo
12
13 mvn clean install -P integration-tests,CI
14
154. or, build both at the same time
16
17 mvn clean install -P normal,integration-tests,CI