Skip to content

Commit d885ba8

Browse files
committed
chore(java-firestore): modernize submodule pom.xml
1 parent f412db2 commit d885ba8

1 file changed

Lines changed: 1 addition & 36 deletions

File tree

  • java-firestore/google-cloud-firestore-admin

java-firestore/google-cloud-firestore-admin/pom.xml

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>3.38.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-firestore-admin:current} -->
88
<packaging>jar</packaging>
99
<name>Google Cloud Firestore Admin Client</name>
10-
<url>https://github.com/googleapis/java-firestore</url>
10+
<url>https://github.com/googleapis/google-cloud-java</url>
1111
<description>
1212
Java idiomatic client for Google Cloud Firestore Admin API.
1313
</description>
@@ -67,13 +67,11 @@
6767
<artifactId>grpc-stub</artifactId>
6868
</dependency>
6969

70-
<!-- Test dependencies -->
7170
<dependency>
7271
<groupId>junit</groupId>
7372
<artifactId>junit</artifactId>
7473
<scope>test</scope>
7574
</dependency>
76-
<!-- Need testing utility classes for generated gRPC clients tests -->
7775
<dependency>
7876
<groupId>com.google.api</groupId>
7977
<artifactId>gax</artifactId>
@@ -104,39 +102,6 @@
104102
</dependency>
105103
</dependencies>
106104

107-
<reporting>
108-
<plugins>
109-
<plugin>
110-
<groupId>org.apache.maven.plugins</groupId>
111-
<artifactId>maven-javadoc-plugin</artifactId>
112-
<configuration>
113-
<show>protected</show>
114-
<nohelp>true</nohelp>
115-
<doclint>none</doclint>
116-
<splitindex>true</splitindex>
117-
<offlineLinks>
118-
<offlineLink>
119-
<url>${project.javadoc.protobufBaseURL}</url>
120-
<location>../../../../../google-api-grpc/proto-google-cloud-firestore-admin-v1/target/site/apidocs/</location>
121-
</offlineLink>
122-
<offlineLink>
123-
<url>${project.javadoc.protobufBaseURL}</url>
124-
<location>../../../../../google-api-grpc/grpc-google-cloud-firestore-admin-v1/target/site/apidocs/</location>
125-
</offlineLink>
126-
<offlineLink>
127-
<url>${project.javadoc.protobufBaseURL}</url>
128-
<location>../../../../../google-api-grpc/proto-google-cloud-firestore-v1/target/site/apidocs/</location>
129-
</offlineLink>
130-
<offlineLink>
131-
<url>${project.javadoc.protobufBaseURL}</url>
132-
<location>../../../../../google-api-grpc/grpc-google-cloud-firestore-v1/target/site/apidocs/</location>
133-
</offlineLink>
134-
</offlineLinks>
135-
</configuration>
136-
</plugin>
137-
</plugins>
138-
</reporting>
139-
140105
<build>
141106
<plugins>
142107
<plugin>

0 commit comments

Comments
 (0)