Skip to content

Commit

Permalink
disable jar deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsongraca committed Jan 5, 2024
1 parent 237b4f4 commit f9c91d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,16 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<executions>
<execution>
<id>default-deploy</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
Expand Down

0 comments on commit f9c91d6

Please sign in to comment.