Skip to content

chore: [java] stopping auto release#1596

Merged
suztomo merged 4 commits intogoogleapis:masterfrom
suztomo:stop_auto_release
Sep 30, 2022
Merged

chore: [java] stopping auto release#1596
suztomo merged 4 commits intogoogleapis:masterfrom
suztomo:stop_auto_release

Conversation

@suztomo
Copy link
Copy Markdown
Member

@suztomo suztomo commented Sep 29, 2022

  • chore: stopping auto-release
  • ci: adding back deploy plugin to sample directory
  • chore: removing unused readme.sh

If hand-written libraries need auto-release, please exclude this
file being managed by OwlBot via owlbot.py.
@suztomo suztomo requested a review from a team September 29, 2022 14:40
Comment on lines +36 to +44
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually not needed but adding back here just in case we happen to have the sample directory part of a release. (The samples directory is not marked as a module in the root pom.xml, so it shouldn't happen.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants