Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update the standalone jar execution
  • Loading branch information
BlackDark authored Sep 8, 2017
1 parent 3903b84 commit 7364488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ OWL2VOWL has been developed to work with Java 8, so `JDK 8` has to be used for c

### Build the jar
To build the jar file, simply execute `mvn package`. The built `jar` only contains the compiled source code.
To build a jar file that can be executed standalone, you have to use the package option with parameter: `mvn package -Denv=standalone` or `mvn package -P standalone-release`. This will build the file `owl2vowl.jar` containing all dependencies needed to be executable. There will also be a `zip` file created containing the `owl2vowl.jar`, README and the license files.
To build a jar file that can be executed standalone, you have to use the package option with parameter: `mvn package -Denv=standalone` or `mvn package -P standalone-release`. This will build the file `...-shaded.jar` containing all dependencies needed to be executable.

### Build the war
To build the war file, simply execute `mvn package -P war-release`. This will generate a war file.
Expand Down

0 comments on commit 7364488

Please sign in to comment.