/cloud-opensource-java

Code health dashboard for GCP open source projects

Primary LanguageJavaApache License 2.0Apache-2.0

unstable

This project explores common infrastructure and coding standards for open source Google Cloud Platform projects.

Code Hygiene Dashboard (runs daily; work in progress)

To generate the dashboard from the root directory run:

$ mvn clean install
$ mvn exec:java -Dexec.arguments="-f boms/cloud-oss-bom/pom.xml"

Development

This project is built using Maven.

Requirements

  1. The Google Cloud SDK; install this somewhere on your file system.

  2. Maven 3.5.0 or later.

  3. JDK 8

  4. git

  5. Clone the project to a local directory using git clone git@github.com:GoogleCloudPlatform/cloud-opensource-java.git.