From 9f9d25e8a4a2ae90cbbb7a6fe83b0c99c70c71f0 Mon Sep 17 00:00:00 2001 From: Michael Reiche <48999328+mikereiche@users.noreply.github.com> Date: Sun, 9 Oct 2022 21:31:17 -1000 Subject: [PATCH] Try to fix generation and compilation of query dsl test classes. (#1585) Closes #1584. --- pom.xml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/pom.xml b/pom.xml index 8f34614d..12144905 100644 --- a/pom.xml +++ b/pom.xml @@ -308,17 +308,6 @@ - - org.apache.maven.plugins - maven-jar-plugin - - - - ${java-module-name} - - - - org.apache.maven.plugins maven-assembly-plugin @@ -351,24 +340,6 @@ - - org.codehaus.mojo - build-helper-maven-plugin - 3.0.0 - - - generate-test-sources - - add-source - - - - target/generated-test-sources - - - - -