Skip to content

Commit

Permalink
Fixes release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Barbaro committed Feb 5, 2023
1 parent da14fd1 commit 84dc580
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 0 additions & 4 deletions leaderboards-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

<artifactId>leaderboards-app</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 4 additions & 0 deletions leaderboards-dto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

<artifactId>leaderboards-dto</artifactId>

<properties>
<maven.deploy.skip>false</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<quarkus.platform.version>2.16.1.Final</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.0.0-M8</surefire-plugin.version>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 84dc580

Please sign in to comment.