GitHub - anavidad3/java-repo-tools: Tools used to maintain and test Java repositories in the GoogleCloudPlatform organization.

This is a collection of common tools used to maintain and test Java repositories in the GoogleCloudPlatform organization.

This package should be used as a parent pom.xml. It adds:

Please ensure that samples function without this parent definition.

    <!--
      The parent pom defines common style checks and testing strategies for our samples.
      Removing or replacing it should not affect the execution of the samples in anyway.
    -->
    <parent>
        <groupId>com.google.cloud.samples</groupId>
        <artifactId>shared-configuration</artifactId>
        <version>1.0.19</version>
    </parent>

This package should be used for all Google Cloud Platform samples for Java. This includes,

Java is a registered trademark of Oracle Corporation and/or its affiliates.