GoogleCloudPlatform/java-repo-tools

Name: java-repo-tools

Owner: Google Cloud Platform

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

Created: 2016-03-03 21:08:35.0

Updated: 2018-05-10 20:19:45.0

Pushed: 2018-05-10 20:19:43.0

Homepage:

Size: 126

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Google Cloud Platform repository tools for JavaŽ

Build Status Maven Coverage Status

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

Using this repository

This package is meant to be used as a parent pom, so that CheckStyle, ErrorProne and other plugins run against sample code. Please ensure that samples function without this parent definition. The parent should be used only to enforce style and other checks.

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

You must also copy the files google-checks.xml and suppressions.xml to the same directory for the parent to work. We are working on removing this requirement.

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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.