From 66782bb1c237790a12f159503152ff8ae6bae45e Mon Sep 17 00:00:00 2001 From: TobiasNx Date: Wed, 15 May 2024 09:56:32 +0200 Subject: [PATCH] Set java heap size max to 1536MB for maven-surefire-plugin --- pom.xml | 506 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 253 insertions(+), 253 deletions(-) diff --git a/pom.xml b/pom.xml index e3a2cdd3b..9538a90e7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,254 +1,254 @@ - - 4.0.0 - org.lobid - lobid-resources - 1.0.1-SNAPSHOT - - UTF-8 - UTF-8 - 11 - 4.8.2 - 1.3.14 - - - - org.metafacture - metafacture-io - 6.0.0 - - - org.metafacture - metafacture-files - 6.0.0 - - - org.metafacture - metafacture-json - 6.0.0 - - - commons-logging - commons-logging - - - org.slf4j - slf4j-api - - - - - org.metafacture - metafacture-biblio - 6.0.0 - - - org.metafacture - metafacture-formeta - 6.0.0 - - - org.metafacture - metafacture-monitoring - 6.0.0 - - - org.metafacture - metafacture-strings - 6.0.0 - - - org.metafacture - metafacture-formatting - 6.0.0 - - - org.metafacture - metafacture-triples - 6.0.0 - - - org.metafacture - metafacture-flowcontrol - 6.0.0 - - - org.metafacture - metamorph - 6.0.0 - - - org.metafacture - metafacture-plumbing - 6.0.0 - - - org.metafacture - metamorph-test - 6.0.0 - - - org.metafacture - metafacture-xml - 6.0.0 - - - org.metafacture - metafacture-mangling - 6.0.0 - - - org.metafacture - metafix - 1.0.0 - - - org.slf4j - slf4j-simple - - - - - com.github.jsonld-java - jsonld-java - 0.13.6 - - - commons-codec - commons-codec - - - - - com.google.gdata - core - 1.47.1 - - - org.elasticsearch - elasticsearch - 5.6.3 - - - commons-logging - commons-logging - - - org.apache.logging.log4j - log4j-api - - - - - org.elasticsearch.client - transport - 5.6.3 - - - commons-logging - commons-logging - - - - - junit - junit - 4.13.1 - - - com.fasterxml.jackson.core - jackson-core - 2.14.2 - - - com.fasterxml.jackson.core - jackson-databind - 2.12.7.1 - - - com.ning - async-http-client - 1.9.33 - - - javax.xml.bind - jaxb-api - 2.3.0 - - - ch.qos.logback - logback-classic - ${logback.version} - - - ch.qos.logback - logback-core - ${logback.version} - - - org.slf4j - log4j-over-slf4j - 1.7.36 - - - - - - ${basedir}/src/main/resources - - beacon/data/*.jsonl - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.3 - - ${target.jdk} - ${target.jdk} - true - - - - maven-assembly-plugin - 2.3 - - - jar-with-dependencies - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.19.1 - - *Test - - ${generateTestData} - - UnitTests - 3 - true - false - -Xmx1024m - - - - maven-failsafe-plugin - 3.0.0-M5 - - - - integration-test - - - - - - - + + 4.0.0 + org.lobid + lobid-resources + 1.0.1-SNAPSHOT + + UTF-8 + UTF-8 + 11 + 4.8.2 + 1.3.14 + + + + org.metafacture + metafacture-io + 6.0.0 + + + org.metafacture + metafacture-files + 6.0.0 + + + org.metafacture + metafacture-json + 6.0.0 + + + commons-logging + commons-logging + + + org.slf4j + slf4j-api + + + + + org.metafacture + metafacture-biblio + 6.0.0 + + + org.metafacture + metafacture-formeta + 6.0.0 + + + org.metafacture + metafacture-monitoring + 6.0.0 + + + org.metafacture + metafacture-strings + 6.0.0 + + + org.metafacture + metafacture-formatting + 6.0.0 + + + org.metafacture + metafacture-triples + 6.0.0 + + + org.metafacture + metafacture-flowcontrol + 6.0.0 + + + org.metafacture + metamorph + 6.0.0 + + + org.metafacture + metafacture-plumbing + 6.0.0 + + + org.metafacture + metamorph-test + 6.0.0 + + + org.metafacture + metafacture-xml + 6.0.0 + + + org.metafacture + metafacture-mangling + 6.0.0 + + + org.metafacture + metafix + 1.0.0 + + + org.slf4j + slf4j-simple + + + + + com.github.jsonld-java + jsonld-java + 0.13.6 + + + commons-codec + commons-codec + + + + + com.google.gdata + core + 1.47.1 + + + org.elasticsearch + elasticsearch + 5.6.3 + + + commons-logging + commons-logging + + + org.apache.logging.log4j + log4j-api + + + + + org.elasticsearch.client + transport + 5.6.3 + + + commons-logging + commons-logging + + + + + junit + junit + 4.13.1 + + + com.fasterxml.jackson.core + jackson-core + 2.14.2 + + + com.fasterxml.jackson.core + jackson-databind + 2.12.7.1 + + + com.ning + async-http-client + 1.9.33 + + + javax.xml.bind + jaxb-api + 2.3.0 + + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-core + ${logback.version} + + + org.slf4j + log4j-over-slf4j + 1.7.36 + + + + + + ${basedir}/src/main/resources + + beacon/data/*.jsonl + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + ${target.jdk} + ${target.jdk} + true + + + + maven-assembly-plugin + 2.3 + + + jar-with-dependencies + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + *Test + + ${generateTestData} + + UnitTests + 3 + true + false + -Xmx1536m + + + + maven-failsafe-plugin + 3.0.0-M5 + + + + integration-test + + + + + + +