|
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> |
|
1241 | 1242 | <executions> |
1242 | 1243 | <execution> |
1243 | 1244 | <!-- |
1244 | | - Signs the jansi native binaries |
| 1245 | + Signs the JLine native binaries |
1245 | 1246 | --> |
1246 | | - <id>mac-codesign-jansi-native</id> |
| 1247 | + <id>mac-codesign-jline-native</id> |
1247 | 1248 | <phase>package</phase> |
1248 | 1249 | <goals> |
1249 | 1250 | <goal>exec</goal> |
1250 | 1251 | </goals> |
1251 | 1252 | <configuration> |
1252 | 1253 | <useMavenLogger>true</useMavenLogger> |
1253 | | - <executable>${project.basedir}/src/main/scripts/codesign-jansi-mac.sh</executable> |
| 1254 | + <executable>${project.basedir}/src/main/scripts/codesign-jline-mac.sh</executable> |
1254 | 1255 | <arguments> |
1255 | 1256 | <argument>${mac.bundle.java.dir}</argument> |
1256 | | - <argument>${jansi.version}</argument> |
1257 | | - <argument>${project.build.directory}/jansi-native</argument> |
| 1257 | + <argument>${jline.version}</argument> |
| 1258 | + <argument>${project.build.directory}/jline-native</argument> |
| 1259 | + <argument>${mac.codesign.identity}</argument> |
| 1260 | + </arguments> |
| 1261 | + </configuration> |
| 1262 | + </execution> |
| 1263 | + <execution> |
| 1264 | + <!-- |
| 1265 | + Signs the LZ4 Java native binaries |
| 1266 | + --> |
| 1267 | + <id>mac-codesign-lz4-java-native</id> |
| 1268 | + <phase>package</phase> |
| 1269 | + <goals> |
| 1270 | + <goal>exec</goal> |
| 1271 | + </goals> |
| 1272 | + <configuration> |
| 1273 | + <useMavenLogger>true</useMavenLogger> |
| 1274 | + <executable>${project.basedir}/src/main/scripts/codesign-lz4-java-mac.sh</executable> |
| 1275 | + <arguments> |
| 1276 | + <argument>${mac.bundle.java.dir}</argument> |
| 1277 | + <argument>${lz4-java.version}</argument> |
| 1278 | + <argument>${project.build.directory}/lz4-java-native</argument> |
1258 | 1279 | <argument>${mac.codesign.identity}</argument> |
1259 | 1280 | </arguments> |
1260 | 1281 | </configuration> |
|
1416 | 1437 | <argument>notarytool</argument> |
1417 | 1438 | <argument>submit</argument> |
1418 | 1439 | <argument>--verbose</argument> |
| 1440 | + <argument>--wait</argument> |
1419 | 1441 | <argument>--apple-id</argument> |
1420 | 1442 | <argument>${elemental.release.notarize.apple-id}</argument> |
1421 | 1443 | <argument>--team-id</argument> |
|
1426 | 1448 | </arguments> |
1427 | 1449 | </configuration> |
1428 | 1450 | </execution> |
| 1451 | + <execution> |
| 1452 | + <id>mac-stapler-staple-dmg</id> |
| 1453 | + <phase>package</phase> |
| 1454 | + <goals> |
| 1455 | + <goal>exec</goal> |
| 1456 | + </goals> |
| 1457 | + <configuration> |
| 1458 | + <useMavenLogger>true</useMavenLogger> |
| 1459 | + <executable>/usr/bin/xcrun</executable> |
| 1460 | + <arguments> |
| 1461 | + <argument>stapler</argument> |
| 1462 | + <argument>staple</argument> |
| 1463 | + <argument>--verbose</argument> |
| 1464 | + <argument>${mac.dmg}</argument> |
| 1465 | + </arguments> |
| 1466 | + </configuration> |
| 1467 | + </execution> |
1429 | 1468 |
|
1430 | 1469 | </executions> |
1431 | 1470 | </plugin> |
|
0 commit comments