Skip to content

Commit

Permalink
Merge pull request #137 from loicmathieu/feat/publish-main-tests
Browse files Browse the repository at this point in the history
Publish main tests as test jar
  • Loading branch information
loicmathieu authored Jun 21, 2021
2 parents 28cf568 + 3f74a2e commit c8f3858
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions integration-tests/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<name>Quarkus - Google Cloud Services - Integration Tests - Main</name>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<gpg.skip>true</gpg.skip>
<native.surefire.skip>${skipTests}</native.surefire.skip>
</properties>

Expand Down Expand Up @@ -111,6 +109,17 @@
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit c8f3858

Please sign in to comment.