<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<archive>
<manifest>
<mainClass>gui.Gui</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
</plugin>
mvn clean install package
Catched NoSuchFileException: XXX/tkunerlab_suresim/STORMVis/target/STORMVis-0.0.1-SNAPSHOT-jar-with-dependencies-natives-macosx-universal.jar
pom.xmlOS: macOS Catalina 10.15.5
Related Issues:
https://stackoverflow.com/questions/21744714/using-the-maven-assembly-plugin-with-jogl-to-create-executable-jar