/Library/Java/JavaVirtualMachines/jdk-1.8.jdk/Contents/Home/bin/java -Dmaven.multiModuleProjectDirectory=/Users/lynnshepard/DEV/Test2 -Djansi.passthrough=true -Dmaven.home=/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3 -Dclassworlds.conf=/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3/bin/m2.conf -Dmaven.ext.class.path=/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven-event-listener.jar -javaagent:/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=61546:/Applications/IntelliJ IDEA CE.app/Contents/bin -Dfile.encoding=UTF-8 -classpath /Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds.license:/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.6.0.jar org.codehaus.classworlds.Launcher -Didea.version=2022.3.1 package [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.example:Test2 >-------------------------- [INFO] Building Test2 1.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ Test2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ Test2 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /Users/lynnshepard/DEV/Test2/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ Test2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /Users/lynnshepard/DEV/Test2/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ Test2 --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ Test2 --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ Test2 --- [INFO] Building jar: /Users/lynnshepard/DEV/Test2/target/Test2-1.0-SNAPSHOT.jar [INFO] [INFO] --- javapackager:1.7.3:package (default) @ Test2 --- [INFO] Using packager io.github.fvarrui.javapackager.packagers.MacPackager [INFO] Creating app ... [INFO] Initializing packager ... [INFO] PackagerSettings [outputDirectory=/Users/lynnshepard/DEV/Test2/target, licenseFile=null, iconFile=null, generateInstaller=true, forceInstaller=false, mainClass=org.example.Test2App, name=Test2, displayName=Test2, version=1.0-SNAPSHOT, description=Test2, url=null, administratorRequired=false, organizationName=ACME, organizationUrl=, organizationEmail=null, bundleJre=false, customizedJre=true, jrePath=null, jdkPath=/Library/Java/JavaVirtualMachines/jdk-1.8.jdk/Contents/Home/jre, additionalResources=[], modules=[], additionalModules=[], platform=mac, envPath=null, vmArgs=[], runnableJar=null, copyDependencies=true, jreDirectoryName=jre, winConfig=null, linuxConfig=null, macConfig=MacConfig [icnsFile=/Users/lynnshepard/DEV/Test2/src/main/resources/Force1256x256.icns, backgroundImage=null, windowWidth=540, windowHeight=360, windowX=10, windowY=60, iconSize=128, textSize=16, iconX=52, iconY=116, appsLinkIconX=360, appsLinkIconY=116, volumeIcon=null, volumeName=null, generateDmg=true, generatePkg=true, relocateJar=true, appId=org.example.Test2App, developerId=Developer ID Application: Neal Hartmann (JPFYU53MK9), entitlements=/Users/lynnshepard/DEV/Test2/src/main/resources/entitlements.plist, provisionProfile=null, customLauncher=null, customInfoPlist=null, customRuntimeInfoPlist=null, codesignApp=true, notarizeApp=true, keyChainProfile="Force1", infoPlist=InfoPlist [additionalEntries=, bundlePackageType=APPL], hardenedCodesign=true, macStartup=SCRIPT], createTarball=false, createZipball=false, extra=null, useResourcesAsWorkingDir=true, assetsDir=/Users/lynnshepard/DEV/Test2/assets, classpath=null, jreMinVersion=null, manifest=null, additionalModulePaths=[], fileAssociations=[], packagingJdk=/Library/Java/JavaVirtualMachines/jdk-1.8.jdk/Contents/Home/jre, scripts=Scripts [bootstrap=null, preInstall=null, postInstall=null], arch=aarch64] [INFO] Packager initialized! [INFO] [INFO] Creating app structure ... [INFO] Removing folder [/Users/lynnshepard/DEV/Test2/target/Test2] [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'rm' -fr /Users/lynnshepard/DEV/Test2/target/Test2 [INFO] Old app folder removed /Users/lynnshepard/DEV/Test2/target/Test2 [INFO] App folder created: /Users/lynnshepard/DEV/Test2/target/Test2 [INFO] Assets folder created: /Users/lynnshepard/DEV/Test2/target/assets [INFO] App file folder created: /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app [INFO] Contents folder created: /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app/Contents [INFO] Resources folder created: /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app/Contents/Resources [INFO] Java folder created: /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app/Contents/Resources/Java [INFO] MacOS folder created: /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app/Contents/MacOS [INFO] App structure created! [INFO] [INFO] Resolving resources ... [INFO] Trying to resolve license from POM ... [INFO] License not resolved! [INFO] [WARNING] No license file specified [INFO] Copying resource [/mac/default-icon.icns] to file [/Users/lynnshepard/DEV/Test2/target/assets/Test2.icns] [INFO] Icon file resolved: /Users/lynnshepard/DEV/Test2/target/assets/Test2.icns [INFO] Effective additional resources [/Users/lynnshepard/DEV/Test2/target/assets/Test2.icns] [INFO] Resources resolved! [INFO] [INFO] Copying additional resources [INFO] Copying file [/Users/lynnshepard/DEV/Test2/target/assets/Test2.icns] to folder [/Users/lynnshepard/DEV/Test2/target/Test2/Test2.app/Contents/Resources] [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'cp' /Users/lynnshepard/DEV/Test2/target/assets/Test2.icns /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app/Contents/Resources/Test2.icns [INFO] All additional resources copied! [INFO] [INFO] Copying all dependencies ... [INFO] Dependencies copied to /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app/Contents/Resources/Java/libs! [INFO] [INFO] Creating runnable JAR... [INFO] Building jar: /Users/lynnshepard/DEV/Test2/target/Test2-1.0-SNAPSHOT-runnable.jar [INFO] Renaming file [/Users/lynnshepard/DEV/Test2/target/Test2-runnable.jar] to [Test2-1.0-SNAPSHOT-runnable.jar] [INFO] Runnable jar created in /Users/lynnshepard/DEV/Test2/target/Test2-1.0-SNAPSHOT-runnable.jar! [INFO] [WARNING] JRE artifact generation skipped! [INFO] Copying file [/Users/lynnshepard/DEV/Test2/target/Test2-1.0-SNAPSHOT-runnable.jar] to folder [/Users/lynnshepard/DEV/Test2/target/Test2/Test2.app/Contents/Resources/Java] [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'cp' /Users/lynnshepard/DEV/Test2/target/Test2-1.0-SNAPSHOT-runnable.jar /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app/Contents/Resources/Java/Test2-1.0-SNAPSHOT-runnable.jar [INFO] Copying resource [/mac/universalJavaApplicationStub.sh] to file [/Users/lynnshepard/DEV/Test2/target/Test2/Test2.app/Contents/MacOS/universalJavaApplicationStub] [INFO] Startup script file created in /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app/Contents/MacOS/universalJavaApplicationStub [INFO] Info.plist file created in /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app/Contents/Info.plist [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'codesign' -f -o runtime --entitlements /Users/lynnshepard/DEV/Test2/src/main/resources/entitlements.plist --timestamp -s "Developer ID Application: Neal Hartmann (JPFYU53MK9)" /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app/Contents/MacOS/universalJavaApplicationStub [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'codesign' -f -o runtime --entitlements /Users/lynnshepard/DEV/Test2/src/main/resources/entitlements.plist --timestamp -s "Developer ID Application: Neal Hartmann (JPFYU53MK9)" /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app [ERROR] /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app: replacing existing signature [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'xcrun' notarytool submit /Users/lynnshepard/DEV/Test2/target/assets/Test2.app-notarization.zip --wait --keychain-profile "Force1" [INFO] Conducting pre-submission checks for Test2.app-notarization.zip and initiating connection to the Apple notary service... [INFO] Submission ID received [INFO] id: 7b37c10f-35aa-4a08-bc20-d1e1a1e3c708 [INFO] Successfully uploaded file [INFO] id: 7b37c10f-35aa-4a08-bc20-d1e1a1e3c708 [INFO] path: /Users/lynnshepard/DEV/Test2/target/assets/Test2.app-notarization.zip [INFO] Waiting for processing to complete. [INFO] [INFO] Current status: In Progress... [INFO] Current status: In Progress.... [INFO] Current status: In Progress..... [INFO] Current status: Accepted......Processing complete [INFO] id: 7b37c10f-35aa-4a08-bc20-d1e1a1e3c708 [INFO] status: Accepted [INFO] [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'xcrun' stapler staple /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app [INFO] Processing: /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app [INFO] Processing: /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app [INFO] The staple and validate action worked! [INFO] App created in /Users/lynnshepard/DEV/Test2/target/Test2! [INFO] [INFO] Generating installers ... [INFO] Initializing packager ... [INFO] PackagerSettings [outputDirectory=/Users/lynnshepard/DEV/Test2/target, licenseFile=null, iconFile=/Users/lynnshepard/DEV/Test2/target/assets/Test2.icns, generateInstaller=true, forceInstaller=false, mainClass=org.example.Test2App, name=Test2, displayName=Test2, version=1.0-SNAPSHOT, description=Test2, url=null, administratorRequired=false, organizationName=ACME, organizationUrl=, organizationEmail=null, bundleJre=false, customizedJre=true, jrePath=null, jdkPath=/Library/Java/JavaVirtualMachines/jdk-1.8.jdk/Contents/Home/jre, additionalResources=[/Users/lynnshepard/DEV/Test2/target/assets/Test2.icns], modules=[], additionalModules=[], platform=mac, envPath=null, vmArgs=[], runnableJar=null, copyDependencies=true, jreDirectoryName=jre, winConfig=null, linuxConfig=null, macConfig=MacConfig [icnsFile=/Users/lynnshepard/DEV/Test2/src/main/resources/Force1256x256.icns, backgroundImage=null, windowWidth=540, windowHeight=360, windowX=10, windowY=60, iconSize=128, textSize=16, iconX=52, iconY=116, appsLinkIconX=360, appsLinkIconY=116, volumeIcon=null, volumeName=null, generateDmg=true, generatePkg=true, relocateJar=true, appId=org.example.Test2App, developerId=Developer ID Application: Neal Hartmann (JPFYU53MK9), entitlements=/Users/lynnshepard/DEV/Test2/src/main/resources/entitlements.plist, provisionProfile=null, customLauncher=null, customInfoPlist=null, customRuntimeInfoPlist=null, codesignApp=true, notarizeApp=true, keyChainProfile="Force1", infoPlist=InfoPlist [additionalEntries=, bundlePackageType=APPL], hardenedCodesign=true, macStartup=SCRIPT], createTarball=false, createZipball=false, extra=null, useResourcesAsWorkingDir=true, assetsDir=/Users/lynnshepard/DEV/Test2/assets, classpath=Java/Test2-1.0-SNAPSHOT-runnable.jar, jreMinVersion=null, manifest=null, additionalModulePaths=[], fileAssociations=[], packagingJdk=/Library/Java/JavaVirtualMachines/jdk-1.8.jdk/Contents/Home/jre, scripts=Scripts [bootstrap=null, preInstall=null, postInstall=null], arch=aarch64] [INFO] Packager initialized! [INFO] [INFO] Generating DMG image... [INFO] Copying background image [INFO] Copying resource [/mac/background.png] to file [/Users/lynnshepard/DEV/Test2/target/Test2/.background/background.png] [INFO] Copying icon file: /Users/lynnshepard/DEV/Test2/target/assets/Test2.icns [INFO] Copying file [/Users/lynnshepard/DEV/Test2/target/assets/Test2.icns] to file [/Users/lynnshepard/DEV/Test2/target/Test2/.VolumeIcon.icns] [INFO] Creating image: /Users/lynnshepard/DEV/Test2/target/assets/Test2_1.0-SNAPSHOT.dmg [WARNING] aarch64 architecture detected. Using APFS filesystem [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'hdiutil' create -srcfolder /Users/lynnshepard/DEV/Test2/target/Test2 -volname Test2 -ov -fs APFS -format UDRW /Users/lynnshepard/DEV/Test2/target/assets/Test2_1.0-SNAPSHOT.dmg [INFO] created: /Users/lynnshepard/DEV/Test2/target/assets/Test2_1.0-SNAPSHOT.dmg [INFO] Mounting image: /Users/lynnshepard/DEV/Test2/target/assets/Test2_1.0-SNAPSHOT.dmg [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'hdiutil' attach -readwrite -noverify -noautoopen /Users/lynnshepard/DEV/Test2/target/assets/Test2_1.0-SNAPSHOT.dmg [INFO] /dev/disk4 GUID_partition_scheme [INFO] /dev/disk4s1 Apple_APFS [INFO] /dev/disk5 EF57347C-0000-11AA-AA11-0030654 [INFO] /dev/disk5s1 41504653-0000-11AA-AA11-0030654 /Volumes/Test2 [INFO] - Device name: /dev/disk5s1 [INFO] Creating Applications link [INFO] Creating symbolic link [/Volumes/Test2/Applications] to [/Applications] [INFO] Rendering DMG customization applescript ... [INFO] Applescript rendered in /Users/lynnshepard/DEV/Test2/target/assets/customize-dmg.applescript! [INFO] Running applescript [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && '/usr/bin/osascript' /Users/lynnshepard/DEV/Test2/target/assets/customize-dmg.applescript Test2 [ERROR] waited 1 seconds for .DS_STORE to be created. [INFO] Fixing permissions... [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'chmod' -Rf u+r,go-w /Volumes/Test2 [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'SetFile' -a C /Volumes/Test2 [INFO] Unmounting volume: /Volumes/Test2 [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'hdiutil' detach /Volumes/Test2 [INFO] "disk4" ejected. [INFO] Compressing disk image... [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'hdiutil' convert /Users/lynnshepard/DEV/Test2/target/assets/Test2_1.0-SNAPSHOT.dmg -ov -format UDZO -imagekey zlib-level=9 -o /Users/lynnshepard/DEV/Test2/target/Test2_1.0-SNAPSHOT.dmg [INFO] Preparing imaging engine� [INFO] Reading Protective Master Boot Record (MBR : 0)� [INFO] (CRC32 $5733560F: Protective Master Boot Record (MBR : 0)) [INFO] Reading GPT Header (Primary GPT Header : 1)� [INFO] (CRC32 $1689F4B5: GPT Header (Primary GPT Header : 1)) [INFO] Reading GPT Partition Data (Primary GPT Table : 2)� [INFO] (CRC32 $B4F9957B: GPT Partition Data (Primary GPT Table : 2)) [INFO] Reading (Apple_Free : 3)� [INFO] (CRC32 $00000000: (Apple_Free : 3)) [INFO] Reading disk image (Apple_APFS : 4)� [INFO] (CRC32 $E65CABDB: disk image (Apple_APFS : 4)) [INFO] Reading (Apple_Free : 5)� [INFO] (CRC32 $00000000: (Apple_Free : 5)) [INFO] Reading GPT Partition Data (Backup GPT Table : 6)� [INFO] (CRC32 $B4F9957B: GPT Partition Data (Backup GPT Table : 6)) [INFO] Reading GPT Header (Backup GPT Header : 7)� [INFO] (CRC32 $AED2DE20: GPT Header (Backup GPT Header : 7)) [INFO] Adding resources� [INFO] Elapsed Time: 3.894s [INFO] File size: 253354 bytes, Checksum: CRC32 $1D3578EB [INFO] Sectors processed: 21488, 1843 compressed [INFO] Speed: 236.6KB/s [INFO] Savings: 97.7% [INFO] created: /Users/lynnshepard/DEV/Test2/target/Test2_1.0-SNAPSHOT.dmg [INFO] DMG image generated in /Users/lynnshepard/DEV/Test2/target/Test2_1.0-SNAPSHOT.dmg! [INFO] [INFO] Generating PKG installer... [INFO] Executing command: /bin/sh -c cd '/Users/lynnshepard/DEV/Test2/.' && 'pkgbuild' --install-location /Applications --component /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app /Users/lynnshepard/DEV/Test2/target/Test2_1.0-SNAPSHOT.pkg [INFO] pkgbuild: Adding component at /Users/lynnshepard/DEV/Test2/target/Test2/Test2.app [INFO] pkgbuild: Wrote package to /Users/lynnshepard/DEV/Test2/target/Test2_1.0-SNAPSHOT.pkg [INFO] PKG installer generated in /Users/lynnshepard/DEV/Test2/target/Test2_1.0-SNAPSHOT.pkg! [INFO] [INFO] Installers generated! [/Users/lynnshepard/DEV/Test2/target/Test2_1.0-SNAPSHOT.dmg, /Users/lynnshepard/DEV/Test2/target/Test2_1.0-SNAPSHOT.pkg] [INFO] [INFO] Creating bundles ... [INFO] Bundles created! [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 45.197 s [INFO] Finished at: 2025-02-01T11:46:06-05:00 [INFO] ------------------------------------------------------------------------ Process finished with exit code 0