You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
JavaPackager is a hybrid plugin for **Maven** and **Gradle** which provides an easy way to package Java applications in native Windows, Mac OS X or GNU/Linux executables, and generates installers for them.
6
6
7
-
> SNAPSHOT version are not released to Maven Central, so you have to [install them manually](#how-to-build-and-install-the-plugin).
7
+
> SNAPSHOT version is not released to Maven Central, so you have to [install it manually](#how-to-build-and-install-the-plugin).
8
8
9
9
> :eyes: See [JavaPackager changes and fixes](https://github.com/fvarrui/JavaPackager/releases).
10
10
@@ -117,6 +117,7 @@ By default it will generate next artifacts in `${outputDirectory} ` folder:
117
117
|`${name}_${version}.rpm`| RPM package file if it's executed on GNU/Linux (requires **rpmbuild**). |
118
118
|`${name}_${version}.exe`| Setup file if it's executed on Windows (requires [**Inno Setup**](http://www.jrsoftware.org/isinfo.php)). |
119
119
|`${name}_${version}.msi`| MSI installer file if it's executed on Windows (requires **[WiX Toolset](https://wixtoolset.org/)**). |
120
+
|`${name}_${version}.msm`| MSI merge module file if it's executed on Windows (requires **[WiX Toolset](https://wixtoolset.org/)**). |
120
121
|`${name}_${version}.dmg`| Disk image file if it's executed on Mac OS X (requires **hdiutil**). |
121
122
|`${name}_${version}.pkg`| PKG installer file if it's executed on Mac OS X (requires **pkgbuild**) |
0 commit comments