diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 0c3c542b..59c7f7fb 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -31,22 +31,22 @@ org.apache.maven.shared maven-verifier - compile + test junit junit - compile + test org.hamcrest hamcrest-core - compile + test org.hamcrest hamcrest-library - compile + test org.semver4j @@ -63,21 +63,14 @@ - org.codehaus.mojo - build-helper-maven-plugin - 3.6.0 + org.apache.maven.plugins + maven-jar-plugin + 3.4.2 - add-source - generate-sources - add-source + test-jar - - - src/test/java - - diff --git a/integration-tests/src/test/resources/integration-test/invokeIT/pom.xml b/integration-tests/src/test/resources/integration-test/invokeIT/pom.xml index d9329c8d..854103d3 100644 --- a/integration-tests/src/test/resources/integration-test/invokeIT/pom.xml +++ b/integration-tests/src/test/resources/integration-test/invokeIT/pom.xml @@ -27,7 +27,8 @@ ${project.groupId} ${project.artifactId} ${project.version} - jar + tests + test-jar compile