diff --git a/luaj-test/pom.xml b/luaj-test/pom.xml index 2ec1dde..c1372b4 100644 --- a/luaj-test/pom.xml +++ b/luaj-test/pom.xml @@ -15,6 +15,11 @@ Testsuites for LuaJ + + org.luaj + luaj-core + ${project.version} + org.luaj luaj-jme @@ -44,4 +49,22 @@ + + + + org.jacoco + jacoco-maven-plugin + + + report-aggregate + verify + + report-aggregate + + + + + + + diff --git a/pom.xml b/pom.xml index 61aa039..5768c91 100644 --- a/pom.xml +++ b/pom.xml @@ -97,5 +97,29 @@ + + + org.jacoco + jacoco-maven-plugin + 0.8.7 + + + prepare-agent + + prepare-agent + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${argLine} -Xms256m -Xmx2048m + 1 + random + + +