Skip to content

Commit b4b55c5

Browse files
committed
Update README.md
1 parent 538ec7f commit b4b55c5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,24 @@ git clone https://github.com/fvarrui/JavaPackager.git
1212
cd JavaPackager
1313
```
1414

15-
2. Compile, package and install the plugin in your local repository:
15+
2. Compile, package and install the plugin in your local repository and in `releases` folder:
1616

1717
```bash
1818
mvn install
1919
```
2020

2121
### How to use the plugin
2222

23-
Add the following `plugin` tag to your `pom.xml`.
23+
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`.
2433

2534
```xml
2635
<plugin>

0 commit comments

Comments
 (0)