Skip to content

Commit 012deb9

Browse files
committed
Skip staging of IT
1 parent 12b83d6 commit 012deb9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tests/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@
6767
<skip>true</skip>
6868
</configuration>
6969
</plugin>
70+
<plugin>
71+
<groupId>org.sonatype.plugins</groupId>
72+
<artifactId>nexus-staging-maven-plugin</artifactId>
73+
<extensions>true</extensions>
74+
<configuration>
75+
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
76+
</configuration>
77+
</plugin>
7078
<plugin>
7179
<groupId>org.jacoco</groupId>
7280
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)