We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0956f commit a1314fcCopy full SHA for a1314fc
README.md
@@ -3,6 +3,8 @@ JavaPackager is a Maven plugin which provides an easy way to package Java applic
3
4
Available on [Maven Central](https://search.maven.org/artifact/io.github.fvarrui/javapackager) since v0.9.0.
5
6
+> SNAPSHOT versions are not available on Maven Central, so you have to [install them manually](#how-to-build-and-install-the-plugin).
7
+
8
## How to use the plugin
9
10
### Config your project
@@ -13,7 +15,7 @@ Add the following `plugin` tag to your `pom.xml`:
13
15
<plugin>
14
16
<groupId>io.github.fvarrui</groupId>
17
<artifactId>javapackager</artifactId>
- <version>0.9.3</version>
18
+ <version>0.9.4-SNAPSHOT</version>
19
<executions>
20
<execution>
21
<phase>package</phase>
0 commit comments