diff --git a/test/plugin.jelly b/test/plugin.jelly index bab0d61a..18360702 100644 --- a/test/plugin.jelly +++ b/test/plugin.jelly @@ -237,10 +237,11 @@ - ${maven.junit.jvmargs} - - - + + + + diff --git a/test/plugin.properties b/test/plugin.properties index a06e7145..ed13ce25 100644 --- a/test/plugin.properties +++ b/test/plugin.properties @@ -9,4 +9,5 @@ maven.junit.dir = ${basedir} maven.junit.usefile = true maven.test.dest = ${maven.build.dir}/test-classes maven.test.reportsDirectory = ${maven.build.dir}/test-reports -maven.test.skip = false \ No newline at end of file +maven.test.skip = false +maven.junit.jvmargs= \ No newline at end of file