From b4eb051fe991ce8e046470d4d6e7395a710e1f57 Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Mon, 8 Nov 2021 14:07:24 -0800 Subject: [PATCH] chore: cleanup cloud RAD generation 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} + - + - +