On 9/10/07, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > +0 if you change the artifactId except if you plan to support another > system. > If it's only for OS X you can call it osx-appbundler-maven-plugin or > something like that
Hi Arnaud, The generated application bundle artifact is obviously targeted for OS X only, however the plugin runs fine on other platforms (given that you provide a Java application stub). On non-OS-X platforms the plugin will not be able to package the application in a DMG disk image, but the zip file can still be used to distribute the application to Mac users. This feature is documented here: http://mojo.codehaus.org/appbundler-maven-plugin/examples/crossplatform.html Thanks, Eirik. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
