diff --git a/examples/jvm/java/README.md b/examples/jvm/java/README.md index 52105df1..1c9bf76e 100644 --- a/examples/jvm/java/README.md +++ b/examples/jvm/java/README.md @@ -38,7 +38,7 @@ You can build the jar file in one of the two ways below based on your setup: - You can use docker without the need to install JDK and Maven to build the jar file from source code: ```bash -$ ./build.sh +$ bash -x ./build.sh ``` - If you have JDK and Maven installed, you can directly build the JAR file using command: diff --git a/examples/jvm/java/pom.xml b/examples/jvm/java/pom.xml index 8504d856..3026ee47 100644 --- a/examples/jvm/java/pom.xml +++ b/examples/jvm/java/pom.xml @@ -49,6 +49,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.1 + + false + + @@ -61,4 +69,4 @@ - \ No newline at end of file +