Skip to content

Commit

Permalink
Stop deploying integration test artifacts to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
steinarb committed Apr 7, 2024
1 parent 3e75c2f commit 500565f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions authservice/authservice.tests/pom.xml
Expand Up @@ -86,6 +86,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 500565f

Please sign in to comment.