Lines Matching +full:google +full:- +full:java +full:- +full:format +full:- +full:diff
10 Here are some guidelines for hacking on google-cloud-java.
13 --------------------
14 * `google-cloud-java` (`/pom.xml`)
17 * `google-cloud-pom-parent`
18 * Serves as the parent POM for the `gapic-libraries-bom` and module mini BOMs.
20 * `google-cloud-jar-parent`
22 * The only POM where non-annotated versions should be managed using `dependencyManagement`.
26 * `gapic-libraries-bom`
27 * A BOM for all non-preview libraries in the monorepo.
28 * `java-*`
32 --------------------------
35 [Generate a JSON service account key](https://cloud.google.com/storage/docs/authentication?hl=en#se…
47 Consider `mvn install -DskipITs` to skip them when installing.
51 …, try deploying the apps available on the [google-cloud-examples](https://github.com/googleapis/go…
52 End-to-end tests should ensure that google-cloud-java works when running on the
54 … [uploading your app to production App Engine](https://cloud.google.com/appengine/docs/java/tools/…
55 …[testing your app with the development server](https://cloud.google.com/appengine/docs/java/tools/…
56 …google.com/compute/docs/quickstart), and be sure to [enable the appropriate APIs](https://github.c…
57 * Your desktop (using `mvn exec:java`, for example)
59 …-related code, authentication and project ID inference should be tested using all relevant methods…
61 …Google Cloud SDK, be sure to log in (using `gcloud auth login`) before running tests. Though the D…
66 ---------------
67 In order to add a feature to google-cloud-java:
70 The feature must work fully on Java 7 and above.
75 --------------------------------
76 …CES.md) for guidelines on how to add support for a new Google Cloud service to `google-cloud-java`.
79 ------------
81 Follow the Google Java [style](https://google.github.io/styleguide/javaguide.html).
83 In pull requests, please run `mvn com.coveo:fmt-maven-plugin:format` to format your code diff.
90 - **If you are an individual writing original source code** and **you own the intellectual property…
92 - **If you work for a company that wants to allow you to contribute your work**,
100 …n this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more in…
102 [gcloudcli]: https://developers.google.com/cloud/sdk/gcloud/
103 [indvcla]: https://developers.google.com/open-source/cla/individual
104 [corpcla]: https://developers.google.com/open-source/cla/corporate
105 [code-of-conduct]:https://github.com/googleapis/google-cloud-java/blob/master/CODE_OF_CONDUCT.md