Skip to content

Commit 9f9d25e

Browse files
authored
Try to fix generation and compilation of query dsl test classes. (#1585)
Closes #1584.
1 parent b872714 commit 9f9d25e

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -308,17 +308,6 @@
308308
</execution>
309309
</executions>
310310
</plugin>
311-
<plugin>
312-
<groupId>org.apache.maven.plugins</groupId>
313-
<artifactId>maven-jar-plugin</artifactId>
314-
<configuration>
315-
<archive>
316-
<manifestEntries>
317-
<Automatic-Module-Name>${java-module-name}</Automatic-Module-Name>
318-
</manifestEntries>
319-
</archive>
320-
</configuration>
321-
</plugin>
322311
<plugin>
323312
<groupId>org.apache.maven.plugins</groupId>
324313
<artifactId>maven-assembly-plugin</artifactId>
@@ -351,24 +340,6 @@
351340
</execution>
352341
</executions>
353342
</plugin>
354-
<plugin>
355-
<groupId>org.codehaus.mojo</groupId>
356-
<artifactId>build-helper-maven-plugin</artifactId>
357-
<version>3.0.0</version>
358-
<executions>
359-
<execution>
360-
<phase>generate-test-sources</phase>
361-
<goals>
362-
<goal>add-source</goal>
363-
</goals>
364-
<configuration>
365-
<sources>
366-
<source>target/generated-test-sources</source>
367-
</sources>
368-
</configuration>
369-
</execution>
370-
</executions>
371-
</plugin>
372343
</plugins>
373344
</build>
374345
</project>

0 commit comments

Comments
 (0)