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 538ec7f commit b4b55c5Copy full SHA for b4b55c5
README.md
@@ -12,15 +12,24 @@ git clone https://github.com/fvarrui/JavaPackager.git
12
cd JavaPackager
13
```
14
15
-2. Compile, package and install the plugin in your local repository:
+2. Compile, package and install the plugin in your local repository and in `releases` folder:
16
17
```bash
18
mvn install
19
20
21
### How to use the plugin
22
23
-Add the following `plugin` tag to your `pom.xml`.
+Add the following `repository` to your `pom.xml`:
24
+
25
+```xml
26
+<repository>
27
+ <id>javapackager-repo</id>
28
+ <url>https://github.com/fvarrui/JavaPackager/raw/master/releases</url>
29
+</repository>
30
+```
31
32
+And the following `plugin` tag to your `pom.xml`.
33
34
```xml
35
<plugin>
0 commit comments