From c522df3b1e8350443bf2074711b245dc3c405f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20Zim=C3=A1nyi?= Date: Wed, 23 Oct 2024 10:48:16 +0200 Subject: [PATCH] Add profile for testing a custom build using all repository tests. --- build/optaplanner-build-parent/pom.xml | 43 ++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/build/optaplanner-build-parent/pom.xml b/build/optaplanner-build-parent/pom.xml index f018154480f..c1459d50d78 100644 --- a/build/optaplanner-build-parent/pom.xml +++ b/build/optaplanner-build-parent/pom.xml @@ -939,5 +939,48 @@ + + test-with-custom-binaries + + + unpackbuild.version + + + src/main/java + + + + true + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + ${project.groupId} + ${project.artifactId} + ${unpackbuild.version} + ${project.packaging} + true + target/classes + + + + + + unpack-jar + compile + + unpack + + + + + + +