We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff50d6 commit 316ebf5Copy full SHA for 316ebf5
3 files changed
synthtool/gcp/templates/java_library/.github/workflows/auto-release.yaml
synthtool/gcp/templates/java_library/.kokoro/readme.sh
synthtool/gcp/templates/java_library/samples/pom.xml
@@ -32,4 +32,25 @@
32
<module>snapshot</module>
33
<module>snippets</module>
34
</modules>
35
-</project>
+
36
+ <build>
37
+ <plugins>
38
+ <plugin>
39
+ <groupId>org.apache.maven.plugins</groupId>
40
+ <artifactId>maven-deploy-plugin</artifactId>
41
+ <version>2.8.2</version>
42
+ <configuration>
43
+ <skip>true</skip>
44
+ </configuration>
45
+ </plugin>
46
47
+ <groupId>org.sonatype.plugins</groupId>
48
+ <artifactId>nexus-staging-maven-plugin</artifactId>
49
+ <version>1.6.13</version>
50
51
+ <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
52
53
54
+ </plugins>
55
+ </build>
56
+</project>
0 commit comments