diff --git a/README.md b/README.md index 35649e9..df90d45 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,11 @@ git clone https://github.com/scorelab/ImageLab.git Open the project in your preferred IDE. It will take a couple of minutes to sync with the project related maven dependencies. -Then navigate to the project directory in terminal and type following command +Then navigate to the project directory ( imagelab_java ) in terminal and type following command to build the project. ``` -mvn clean install +mvn clean install ``` To skip tests and run the project. @@ -92,6 +92,23 @@ following command in the terminal. mvn exec:java ``` +In case of "Failed during checkstyle execution" after firing mvm clean install +Follow : + +Modify pom.xml + +``` +mvn clean install --% -Dcheckstyle.skip + +``` +and then + +``` +mvn exec:java + +``` + + Check the **[project documentation](https://scorelab.org/imagelab/)** for more instructions. ### Setup Guidelines - Electron App @@ -133,6 +150,7 @@ npm install Check the **[project documentation](https://scorelab.org/imagelab/)** for more instructions. + [<--# Generic Links -->]: # [hacktoberfest-link]: https://github.com/scorelab/ImageLab/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest [hacktoberfest-badge]: https://img.shields.io/github/issues-raw/scorelab/ImageLab/hacktoberfest.svg?label=Hacktoberfest&color=purple diff --git a/imagelab_java/pom.xml b/imagelab_java/pom.xml index 62c3759..b1e498d 100644 --- a/imagelab_java/pom.xml +++ b/imagelab_java/pom.xml @@ -98,7 +98,7 @@ maven-surefire-plugin ${maven-surefire-plugin.version} - false + true **/Test*.java **/*Test.java