Skip to content

Commit 43ca154

Browse files
authored
Skip IoT deployment from the batch deployment (googleapis#6522)
1 parent 1d6bcfe commit 43ca154

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

  • google-cloud-clients/google-cloud-iot

google-cloud-clients/google-cloud-iot/pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,28 @@
4747
</dependency>
4848
</dependencies>
4949

50+
<build>
51+
<plugins>
52+
<plugin>
53+
<!-- skip deployment until we fully migrate to https://github.com/googleapis/java-iot -->
54+
<groupId>org.apache.maven.plugins</groupId>
55+
<artifactId>maven-deploy-plugin</artifactId>
56+
<version>2.8.2</version>
57+
<configuration>
58+
<skip>true</skip>
59+
</configuration>
60+
</plugin>
61+
<plugin>
62+
<groupId>org.sonatype.plugins</groupId>
63+
<artifactId>nexus-staging-maven-plugin</artifactId>
64+
<version>1.6.8</version>
65+
<configuration>
66+
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
67+
</configuration>
68+
</plugin>
69+
</plugins>
70+
</build>
71+
5072
<reporting>
5173
<plugins>
5274
<plugin>

0 commit comments

Comments
 (0)