Skip to content
Snippets Groups Projects
Commit 44dbdd59 authored by sebastien Curt's avatar sebastien Curt
Browse files

README.md show how to generate standalone jar file.

parent 4ea06c03
Branches
No related tags found
1 merge request!12Resolve "Null Pointer Exception"
Pipeline #250 failed
......@@ -53,3 +53,11 @@ popd
```
# Generate jar file
```shell
$ mvn package
$ cd unl-tools-main/target
# you should see unl-tools-main-0.9.jar that is the standalone jar file.
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment