Skip to content

Commit

Permalink
Do not deploy test-utils artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Hudalla <[email protected]>
  • Loading branch information
sophokles73 committed Dec 16, 2020
1 parent 42a1c1e commit 233c70b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
<maven.source.skip>true</maven.source.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
<gpg.skip>true</gpg.skip>
</properties>

Expand Down

0 comments on commit 233c70b

Please sign in to comment.