Skip to content

Commit 447e415

Browse files
authored
Merge pull request #197 from owlcollab/fix-readme
Updating readme for combined jar/script
2 parents 783136c + 4a34c35 commit 447e415

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ During the build process, we extract the git version and branch information. The
2828

2929
2a) Run command: `mvn clean install`: This will trigger a complete build of all OWLTools projects and generate the required jars for execution. Remark: As part of the build the tests are executed. Any failed test will stop the build.
3030

31-
2b) Build without test execution (Not Recommended): Run command: mvn clean install -Dmaven.test.skip.exec=true
31+
2b) Build without test execution (Not Recommended): Run command: mvn clean install -DskipTests
3232

3333
#### Option 2: Eclipse
3434

@@ -43,6 +43,7 @@ Use the provided Eclipse launch configurations to trigger the build. The configu
4343

4444
Running OWLTools requires a successful build, as described in the previous section.
4545

46-
+ OWLTools Command-Line Tools: The executables and the generated jar are both located in `OWLTools-Runner/bin`
46+
+ OWLTools Command-Line Tools: The build produces a combined executable bash script and jar, to be found in `OWLTools-Runner/bin`
47+
or in the `OWLTools-Runner/target` directory
4748

4849
+ OORT: The executables and the generated jar are both located in `OWLTools-Oort/bin`

0 commit comments

Comments
 (0)