Skip to content

Commit

Permalink
chore: [java] stopping auto release (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored Sep 30, 2022
1 parent 1ff50d6 commit 316ebf5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 149 deletions.

This file was deleted.

45 changes: 0 additions & 45 deletions synthtool/gcp/templates/java_library/.kokoro/readme.sh

This file was deleted.

23 changes: 22 additions & 1 deletion synthtool/gcp/templates/java_library/samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,25 @@
<module>snapshot</module>
<module>snippets</module>
</modules>
</project>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<configuration>
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 316ebf5

Please sign in to comment.