Skip to content

Commit

Permalink
Fixs maven module to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
netodevel committed Oct 9, 2021
1 parent ef35616 commit 3766b72
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@

<artifactId>quarkus-integration-tests-parent</artifactId>
<name>Quarkus - Integration Tests</name>
<modules>
<module>postgresql-devservices</module>
</modules>

<packaging>pom</packaging>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<gpg.skip>true</gpg.skip>
Expand All @@ -27,7 +23,6 @@
</properties>

<!-- modules are in profile test-modules -->

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -298,6 +293,7 @@
<module>grpc-hibernate-reactive</module>
<module>google-cloud-functions-http</module>
<module>google-cloud-functions</module>
<module>postgresql-devservices</module>
</modules>
</profile>

Expand Down

0 comments on commit 3766b72

Please sign in to comment.