Skip to content

Commit

Permalink
fix broken cont. build
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Sep 7, 2022
1 parent dc8ff89 commit 038f52f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions jpa/eclipselink.jpa.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>default-jar</id>
<configuration>
<!--Some classifier is required there. Otherwise maven-jar-plugin throw error.-->
<classifier>client</classifier>
</configuration>
<goals>
<goal>jar</goal>
</goals>
</execution>
<execution>
<id>default-test-jar</id>
<goals>
Expand Down

0 comments on commit 038f52f

Please sign in to comment.