Skip to content

renovate-bot/java-repo-tools

 
 

Google Cloud Platform repository tools for Java®

Maven

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

Using this repository

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.2.1</version>
    </parent>

USAGE

WARNING - CheckStyle currently requires Java 11

mvn -P lint clean verify

Where is this used?

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

Contributing changes

Licensing

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

About

Tools used to maintain and test Java repositories in the GoogleCloudPlatform organization.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 52.2%
  • Java 47.8%