Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .kokoro/release/publish_javadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ build_and_publish_site() {
pushd ${DIRECTORY}

# build the docs
mvn site
mvn site:stage -DtopSiteURL=https://googleapis.dev/java/${NAME}/${VERSION}
mvn site -B
mvn site:stage -B -DtopSiteURL=https://googleapis.dev/java/${NAME}/${VERSION}

pushd target/staging/site/${NAME}/apidocs

Expand Down
9 changes: 4 additions & 5 deletions google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1066,10 +1066,10 @@
<reports>
<report>index</report>
<report>dependency-info</report>
<report>project-team</report>
<report>cim</report>
<report>issue-tracking</report>
<report>license</report>
<report>team</report>
<report>ci-management</report>
<report>issue-management</report>
<report>licenses</report>
<report>scm</report>
<report>dependency-management</report>
<report>distribution-management</report>
Expand All @@ -1080,7 +1080,6 @@
</reportSets>
<configuration>
<dependencyDetailsEnabled>true</dependencyDetailsEnabled>
<dependencyLocationsEnabled>true</dependencyLocationsEnabled>
<artifactId>${project.artifactId}</artifactId>
<packaging>jar</packaging>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion google-api-grpc/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.4</version>
<version>1.7</version>
</skin>
<version/>
<body>
Expand Down
44 changes: 5 additions & 39 deletions google-cloud-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1132,38 +1132,6 @@
<version>3.7.1</version>
<configuration>
<skipDeploy>true</skipDeploy>
<reportPlugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
<reportSets>
<reportSet>
<reports>
<report>index</report>
<report>dependency-info</report>
<report>project-team</report>
<report>cim</report>
<report>issue-tracking</report>
<report>license</report>
<report>scm</report>
<report>dependency-management</report>
<report>distribution-management</report>
<report>summary</report>
<report>modules</report>
</reports>
</reportSet>
</reportSets>
<configuration>
<aggregate>true</aggregate>
<quiet>true</quiet>
<dependencyDetailsEnabled>true</dependencyDetailsEnabled>
<dependencyLocationsEnabled>true</dependencyLocationsEnabled>
<artifactId>google-cloud-bom</artifactId>
<packaging>jar</packaging>
</configuration>
</plugin>
</reportPlugins>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -1199,10 +1167,10 @@
<reports>
<report>index</report>
<report>dependency-info</report>
<report>project-team</report>
<report>cim</report>
<report>issue-tracking</report>
<report>license</report>
<report>team</report>
<report>ci-management</report>
<report>issue-management</report>
<report>licenses</report>
<report>scm</report>
<report>dependency-management</report>
<report>distribution-management</report>
Expand All @@ -1212,10 +1180,8 @@
</reportSet>
</reportSets>
<configuration>
<aggregate>true</aggregate>
<quiet>true</quiet>
<skip>true</skip>
<dependencyDetailsEnabled>true</dependencyDetailsEnabled>
<dependencyLocationsEnabled>true</dependencyLocationsEnabled>
<artifactId>google-cloud-bom</artifactId>
<packaging>jar</packaging>
</configuration>
Expand Down
11 changes: 5 additions & 6 deletions google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -708,10 +708,10 @@
<reports>
<report>index</report>
<report>dependency-info</report>
<report>project-team</report>
<report>cim</report>
<report>issue-tracking</report>
<report>license</report>
<report>team</report>
<report>ci-management</report>
<report>issue-management</report>
<report>licenses</report>
<report>scm</report>
<report>dependency-management</report>
<report>distribution-management</report>
Expand All @@ -722,7 +722,6 @@
</reportSets>
<configuration>
<dependencyDetailsEnabled>true</dependencyDetailsEnabled>
<dependencyLocationsEnabled>true</dependencyLocationsEnabled>
<artifactId>${site.installationModule}</artifactId>
<packaging>jar</packaging>
</configuration>
Expand Down Expand Up @@ -817,7 +816,7 @@
<offlineLinks>
<offlineLink>
<url>${project.javadoc.protobufBaseURL}</url>
<location>../../../target/site/apidocs/</location>
<location>../../../../google-api-grpc/target/site/apidocs/</location>
</offlineLink>
</offlineLinks>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-clients/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.4</version>
<version>1.7</version>
</skin>
<version/>
<body>
Expand Down