File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 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
4242You can control the maven build with the following profiles:
4343
4444* latest (default, builds against the latest versions)
45- * 2018-09 (builds against the 2018-09 release. Eclipse stopped naming their releases)
4645* SDK (builds a Sloeber you can program Sloeber in. With Java.)
4746* win32 (builds for 32 bit windows)
4847* win64
@@ -51,10 +50,9 @@ You can control the maven build with the following profiles:
5150* macm1
5251
5352### 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.)
5856
5957To build for latest and the platform you are running on:
6058
You can’t perform that action at this time.
0 commit comments