Skip to content

Commit

Permalink
Skip deploy for integrationtest parent
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann committed Apr 11, 2024
1 parent 2450346 commit 298acc5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,20 @@
</profile>
</profiles>

<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

</plugins>


</build>

</project>

0 comments on commit 298acc5

Please sign in to comment.