We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b1038 commit db7caf1Copy full SHA for db7caf1
readme.md
@@ -48,9 +48,11 @@ You can control the maven build with the following profiles:
48
* win64
49
* linux64
50
* mac64
51
+* macm1
52
53
### Examples
- mvn clean verify -Plinux32,latest -DskipTests=true (builds for neon and linux 32 bits)
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)
58
0 commit comments