Skip to content

Commit

Permalink
remove horreum-integration-tests artefacts from build: fixes #2012
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaohara committed Sep 20, 2024
1 parent 306a26f commit 8852c36
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions horreum-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,56 +80,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>${version.maven.jar}</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<filters>
<filter>
<artifact>junit:junit</artifact>
<includes>
<include>junit/framework/**</include>
<include>org/junit/**</include>
</includes>
<excludes>
<exclude>org/junit/experimental/**</exclude>
<exclude>org/junit/runners/**</exclude>
</excludes>
</filter>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 8852c36

Please sign in to comment.