assemblies.windows-launcher-distribution.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CrossPlatformLauncherPlugin Show documentation
Show all versions of CrossPlatformLauncherPlugin Show documentation
A Maven plugin that creates launchers for Windows
(using Janel), Mac OS X (creating a .app structure, or tree with shell
script) or Linux (using a shell script).
(Apache License v2) 2008-2013 Matt Gumbley, DevZendo.org
The newest version!
<assembly> <id>distribution</id> <formats> <format>zip</format> </formats> <fileSets> <fileSet> <directory>${project.build.directory}/windows</directory> <outputDirectory>/</outputDirectory> <includes> <include>${project.artifactId}.exe</include> <!-- may be windows or console, copied by plugin --> <include>${project.artifactId}.lap</include> <!-- resources filtered appropriately --> <include>lib/**</include> </includes> </fileSet> </fileSets> </assembly>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy