We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae77c0a commit 61f2b72Copy full SHA for 61f2b72
2 files changed
README.md
@@ -98,7 +98,7 @@ Execute the test suite:
98
```
99
100
#### Run the Application
101
-Start the OGO application:
+Test out the OGO application by running it against Main.java
102
103
```bash
104
./tasks.sh exec
tasks.sh
@@ -101,7 +101,7 @@ function exec() {
(
export LD_LIBRARY_PATH="./src/main/c/build"
export JAVA_TOOL_OPTIONS="-Djava.util.logging.config.file=./src/main/resources/logging.properties"
- mvn -e exec:exec@main
+ mvn exec:exec@serverStart && sleep 4 && mvn -e exec:exec@main
105
)
106
}
107
0 commit comments