|
377 | 377 | <includes> |
378 | 378 | <include>src/app/entitlements.plist</include> |
379 | 379 | <include>src/dmgbuild/settings.py</include> |
380 | | - <include>src/main/scripts/codesign-jansi-mac.sh</include> |
| 380 | + <include>src/main/scripts/codesign-jline-mac.sh</include> |
| 381 | + <include>src/main/scripts/codesign-lz4-java-mac.sh</include> |
381 | 382 | <include>src/main/scripts/create-dmg-mac.sh</include> |
382 | 383 | </includes> |
383 | 384 | <excludes> |
|
1238 | 1239 | <executions> |
1239 | 1240 | <execution> |
1240 | 1241 | <!-- |
1241 | | - Signs the jansi native binaries |
| 1242 | + Signs the JLine native binaries |
1242 | 1243 | --> |
1243 | | - <id>mac-codesign-jansi-native</id> |
| 1244 | + <id>mac-codesign-jline-native</id> |
1244 | 1245 | <phase>package</phase> |
1245 | 1246 | <goals> |
1246 | 1247 | <goal>exec</goal> |
1247 | 1248 | </goals> |
1248 | 1249 | <configuration> |
1249 | 1250 | <useMavenLogger>true</useMavenLogger> |
1250 | | - <executable>${project.basedir}/src/main/scripts/codesign-jansi-mac.sh</executable> |
| 1251 | + <executable>${project.basedir}/src/main/scripts/codesign-jline-mac.sh</executable> |
1251 | 1252 | <arguments> |
1252 | 1253 | <argument>${mac.bundle.java.dir}</argument> |
1253 | | - <argument>${jansi.version}</argument> |
1254 | | - <argument>${project.build.directory}/jansi-native</argument> |
| 1254 | + <argument>${jline.version}</argument> |
| 1255 | + <argument>${project.build.directory}/jline-native</argument> |
| 1256 | + <argument>${mac.codesign.identity}</argument> |
| 1257 | + </arguments> |
| 1258 | + </configuration> |
| 1259 | + </execution> |
| 1260 | + <execution> |
| 1261 | + <!-- |
| 1262 | + Signs the LZ4 Java native binaries |
| 1263 | + --> |
| 1264 | + <id>mac-codesign-lz4-java-native</id> |
| 1265 | + <phase>package</phase> |
| 1266 | + <goals> |
| 1267 | + <goal>exec</goal> |
| 1268 | + </goals> |
| 1269 | + <configuration> |
| 1270 | + <useMavenLogger>true</useMavenLogger> |
| 1271 | + <executable>${project.basedir}/src/main/scripts/codesign-lz4-java-mac.sh</executable> |
| 1272 | + <arguments> |
| 1273 | + <argument>${mac.bundle.java.dir}</argument> |
| 1274 | + <argument>${lz4-java.version}</argument> |
| 1275 | + <argument>${project.build.directory}/lz4-java-native</argument> |
1255 | 1276 | <argument>${mac.codesign.identity}</argument> |
1256 | 1277 | </arguments> |
1257 | 1278 | </configuration> |
|
1413 | 1434 | <argument>notarytool</argument> |
1414 | 1435 | <argument>submit</argument> |
1415 | 1436 | <argument>--verbose</argument> |
| 1437 | + <argument>--wait</argument> |
1416 | 1438 | <argument>--apple-id</argument> |
1417 | 1439 | <argument>${elemental.release.notarize.apple-id}</argument> |
1418 | 1440 | <argument>--team-id</argument> |
|
1423 | 1445 | </arguments> |
1424 | 1446 | </configuration> |
1425 | 1447 | </execution> |
| 1448 | + <execution> |
| 1449 | + <id>mac-stapler-staple-dmg</id> |
| 1450 | + <phase>package</phase> |
| 1451 | + <goals> |
| 1452 | + <goal>exec</goal> |
| 1453 | + </goals> |
| 1454 | + <configuration> |
| 1455 | + <useMavenLogger>true</useMavenLogger> |
| 1456 | + <executable>/usr/bin/xcrun</executable> |
| 1457 | + <arguments> |
| 1458 | + <argument>stapler</argument> |
| 1459 | + <argument>staple</argument> |
| 1460 | + <argument>--verbose</argument> |
| 1461 | + <argument>${mac.dmg}</argument> |
| 1462 | + </arguments> |
| 1463 | + </configuration> |
| 1464 | + </execution> |
1426 | 1465 |
|
1427 | 1466 | </executions> |
1428 | 1467 | </plugin> |
|
0 commit comments