Skip to content

Commit

Permalink
skip maven deployment for quarkus-converter-sevice app
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Jun 9, 2024
1 parent ab2546f commit 86d2c2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions service/quarkus-converter-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
Expand Down

0 comments on commit 86d2c2b

Please sign in to comment.