diff --git a/appveyor.yml b/appveyor.yml index 200116b6084..8a1b3c96a0b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,4 +6,4 @@ cache: build_script: - SET JAVA_HOME=C:\Program Files\Java\jdk10 - SET PATH=C:\Program Files\Java\jdk10\bin;%PATH% - - cmd: mvn -P MINPARALLEL,ALLMODULES clean install + - cmd: mvn -P MINPARALLEL,ALLMODULES,REDUCED_JPA_TESTS clean install diff --git a/osgi/hapi-fhir-karaf-integration-tests/pom.xml b/osgi/hapi-fhir-karaf-integration-tests/pom.xml index 7a1919f6ac8..d8d98bd71ae 100644 --- a/osgi/hapi-fhir-karaf-integration-tests/pom.xml +++ b/osgi/hapi-fhir-karaf-integration-tests/pom.xml @@ -185,4 +185,24 @@ + + + + + REDUCED_JPA_TESTS + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + +