From bce0b2d17b09f141e59cf1d5adccce2ba5e2bea9 Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Wed, 10 Nov 2021 09:40:24 -0800 Subject: [PATCH] chore: cleanup cloud RAD generation (#791) Same as https://github.com/googleapis/java-shared-config/pull/344 --- pom.xml | 59 ++++++++++++++++++++++++--------------------------------- 1 file changed, 25 insertions(+), 34 deletions(-) diff --git a/pom.xml b/pom.xml index 68e407d25..6873ac997 100644 --- a/pom.xml +++ b/pom.xml @@ -478,53 +478,44 @@ docFX - + + + java-docfx-doclet-1.3.0 + ${project.build.directory}/docfx-yml + ${project.artifactId} + + + 7 + + + org.apache.maven.plugins maven-javadoc-plugin 3.3.1 - - - docFX - - javadoc - aggregate - aggregate-jar - - - com.microsoft.doclet.DocFxDoclet false - ${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.3.0.jar - -outputpath ${project.build.directory}/docfx-yml -projectname ${artifactId} + + ${env.KOKORO_GFILE_DIR}/${docletName}.jar + + -outputpath ${outputpath} + -projectname ${projectname} + -excludeclasses ${excludeclasses}: + -excludepackages ${excludePackages}: + none protected true - 7 - - - google-auth-library-credentials - com.google.auth* - - - google-auth-library-oauth2-http - com.google.auth.http*:com.google.auth.oauth2* - - - google-auth-library-appengine - com.google.auth.appengine* - - - - http://download.oracle.com/javase/7/docs/api/ - http://cloud.google.com/appengine/docs/java/javadoc - + ${source} + + ${sourceFileExclude} + - + - +