Lines Matching +full:java +full:- +full:docs +full:- +full:samples
22 [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
51 mvn -Penable-integration-tests clean verify
54 ## Code Samples
56 All code samples must be in compliance with the [java sample formatting guide][3].
57 Code Samples must be bundled in separate Maven modules.
59 The samples must be separate from the primary project for a few reasons:
60 1. Primary projects have a minimum Java version of Java 8 whereas samples can have
61 Java version of Java 11. Due to this we need the ability to
62 selectively exclude samples from a build run.
63 2. Many code samples depend on external GCP services and need
65 3. Code samples are not released as Maven artifacts and must be excluded from
74 Some samples require access to GCP services and require a service account:
84 [google-java-format](https://github.com/google/google-java-format).
87 mvn com.coveo:fmt-maven-plugin:format
90 [1]: https://cloud.google.com/docs/authentication/getting-started#creating_a_service_account
92 [3]: https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md