From 28f5cd785284d375655ae32f90940e0bb0b6f281 Mon Sep 17 00:00:00 2001 From: Rahul M Chheda Date: Fri, 17 Jul 2020 15:18:31 +0530 Subject: [PATCH] (fix) Dependencies and steps for building examples/java locally (#1653) Co-authored-by: Vishal --- examples/jvm/java/README.md | 2 +- examples/jvm/java/pom.xml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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 +