From 6f4c8527c0631c8d4f0c2e2b63030d2a8701dad2 Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Tue, 1 Jun 2021 11:28:03 -0700 Subject: [PATCH] chore: cloud-rad doc generation (#645) Works with docfx profile from shared-config. Adding custom config to exclude package-info file creating issues on generation. Tested with trigger off this commit and generation is working as intended --- pom.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9f66a4f3d..c543b7169 100644 --- a/pom.xml +++ b/pom.xml @@ -223,6 +223,29 @@ samples - + + docFX + + + + docFX + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + com/google/cloud/firestore/v1/package-info.java + + + + + + +