File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ Mac OSX and Linux
42
42
You can control the maven build with the following profiles:
43
43
44
44
* latest (default, builds against the latest versions)
45
- * 2018-09 (builds against the 2018-09 release. Eclipse stopped naming their releases)
46
45
* SDK (builds a Sloeber you can program Sloeber in. With Java.)
47
46
* win32 (builds for 32 bit windows)
48
47
* win64
@@ -51,10 +50,9 @@ You can control the maven build with the following profiles:
51
50
* macm1
52
51
53
52
### Examples
54
- mvn clean verify -Pmacm1,latest -DskipTests=true (builds for latest eclipse and linux 32 bits)
55
- mvn clean verify -Plinux32,latest -DskipTests=true (builds for latest eclipse and linux 32 bits)
56
- mvn clean verify -PSDK,latest -DskipTests=true (builds the Sloeber SDK. For Sloeber programmers.)
57
- mvn clean verify -P2018-09,linux64 -DskipTests=true (builds against 2018-09 and produces linux64 product)
53
+ mvn clean verify -Pwin64,latest,NOSDK -DskipTests=true (builds for latest eclipse and windows bits)
54
+ mvn clean verify -Plinux32,latest.NOSDK -DskipTests=true (builds for latest eclipse and linux 32 bits)
55
+ mvn clean verify -PSDK,win64,latest -DskipTests=true (builds the Sloeber SDK. For Sloeber programmers.)
58
56
59
57
To build for latest and the platform you are running on:
60
58
You can’t perform that action at this time.
0 commit comments