Create 'native' Java applications on OS X and Windows using Maven plugins
Nov 02, 2013
| by
From: http://www.jayway.com/2011/08/15/create-native-java-applications-on-os-x-and-windows-using-maven-plugins/
When building a desktop application, the target audience usually expects an executable to when launching it. If the application is written in Java you have the options to create a batch file to launch it, create an executable jar file, compile the application as a native application or wrap the application using a native ‘launcher’. This post will result in a maven pom for dealing with the last option, it may be used in both Windows and OS X environments.