We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6bcfe commit 43ca154Copy full SHA for 43ca154
1 file changed
google-cloud-clients/google-cloud-iot/pom.xml
@@ -47,6 +47,28 @@
47
</dependency>
48
</dependencies>
49
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
62
+ <groupId>org.sonatype.plugins</groupId>
63
+ <artifactId>nexus-staging-maven-plugin</artifactId>
64
+ <version>1.6.8</version>
65
66
+ <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
67
68
69
+ </plugins>
70
+ </build>
71
+
72
<reporting>
73
<plugins>
74
<plugin>
0 commit comments