Skip to content

Commit c066f49

Browse files
committed
Update README.md
1 parent 14f5dc5 commit c066f49

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

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

55
JavaPackager is a Maven plugin 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-
> Plugin published at [Maven Central](https://search.maven.org/artifact/io.github.fvarrui/javapackager) since v0.9.0. See published versions at [releases](https://github.com/fvarrui/JavaPackager/releases) section.
8-
9-
> SNAPSHOT versions are not pusblished at Maven Central, so you have to [install them manually](#how-to-build-and-install-the-plugin).
7+
> SNAPSHOT versions are not published at Maven Central, so you have to [install them manually](#how-to-build-and-install-the-plugin).
108
119
## How to use this plugin
1210

@@ -38,11 +36,6 @@ Add the following `plugin` tag to your `pom.xml`:
3836
<additionalResource>folder path</additionalResource>
3937
<additionalResource>...</additionalResource>
4038
</additionalResources>
41-
<additionalModules>
42-
<additionalModule>module1</additionalModule>
43-
<additionalModule>module2</additionalModule>
44-
<additionalModule>...</additionalModule>
45-
</additionalModules>
4639
<linuxConfig>...</linuxConfig>
4740
<macConfig>...</macConfig>
4841
<winConfig>...</winConfig>
@@ -220,6 +213,7 @@ Check the [TO-DO list](https://github.com/fvarrui/JavaPackager/projects/1#column
220213

221214
## Older documentation
222215

216+
- [v1.0.0](https://github.com/fvarrui/JavaPackager/blob/v1.0.0/README.md)
223217
- [v0.9.7](https://github.com/fvarrui/JavaPackager/blob/v0.9.7/README.md)
224218
- [v0.9.6](https://github.com/fvarrui/JavaPackager/blob/v0.9.6/README.md)
225219
- [v0.9.5](https://github.com/fvarrui/JavaPackager/blob/v0.9.5/README.md)

0 commit comments

Comments
 (0)