Skip to content

Commit 1686012

Browse files
committed
U fixed documentation
1 parent 6863f9c commit 1686012

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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.
66

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).
88
99
> :eyes: See [JavaPackager changes and fixes](https://github.com/fvarrui/JavaPackager/releases).
1010
@@ -117,6 +117,7 @@ By default it will generate next artifacts in `${outputDirectory} ` folder:
117117
| `${name}_${version}.rpm` | RPM package file if it's executed on GNU/Linux (requires **rpmbuild**). |
118118
| `${name}_${version}.exe` | Setup file if it's executed on Windows (requires [**Inno Setup**](http://www.jrsoftware.org/isinfo.php)). |
119119
| `${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/)**). |
120121
| `${name}_${version}.dmg` | Disk image file if it's executed on Mac OS X (requires **hdiutil**). |
121122
| `${name}_${version}.pkg` | PKG installer file if it's executed on Mac OS X (requires **pkgbuild**) |
122123
| `${name}-${version}-${platform}.zip` | Zipball containing generated directory `${name}`. |
@@ -256,7 +257,7 @@ cd JavaPackager
256257

257258
## How to release the plugin to Maven Central
258259

259-
Run next command after [build and publish the plugin locally](#how-to-build-and-install-the-plugin) (ommit `./` on Windows):
260+
Run next command (ommit `./` on Windows):
260261

261262
```bash
262263
./gradlew -Prelease uploadArchives closeAndReleaseRepository
@@ -266,13 +267,13 @@ Run next command after [build and publish the plugin locally](#how-to-build-and-
266267
267268
## How to release the plugin to Gradle plugin portal
268269

269-
First time, you have to run next command:
270+
Only the first time, run next command:
270271

271272
```bash
272273
./gradlew login
273274
```
274275

275-
Run next command after [build and publish the plugin locally](#how-to-build-and-install-the-plugin) (ommit `./` on Windows):
276+
And then, run (ommit `./` on Windows):
276277

277278
```bash
278279
./gradlew publishPlugins

0 commit comments

Comments
 (0)