Skip to content

Commit db7caf1

Browse files
authored
Update readme.md
1 parent d8b1038 commit db7caf1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ You can control the maven build with the following profiles:
4848
* win64
4949
* linux64
5050
* mac64
51+
* macm1
5152

5253
### Examples
53-
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)
5456
mvn clean verify -PSDK,latest -DskipTests=true (builds the Sloeber SDK. For Sloeber programmers.)
5557
mvn clean verify -P2018-09,linux64 -DskipTests=true (builds against 2018-09 and produces linux64 product)
5658

0 commit comments

Comments
 (0)