From 5722f0285b439eb5439ea12af960caed0ac146f8 Mon Sep 17 00:00:00 2001 From: Michael Uhl Date: Sun, 24 Feb 2019 15:06:34 +0100 Subject: [PATCH] Skip tests in maven build. --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 3541ad9bc..b90b76e25 100644 --- a/pom.xml +++ b/pom.xml @@ -55,6 +55,14 @@ http://maven.apache.org/maven-v4_0_0.xsd"> ${project.artifactId}-${project.version} target/test-classes + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M3 + + true + + org.antlr antlr4-maven-plugin