We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566e792 commit 0a2eb16Copy full SHA for 0a2eb16
pom.xml
@@ -262,6 +262,27 @@
262
<!-- exclude file causing error generating doc -->
263
<sourceFileExclude>com/google/cloud/firestore/v1/package-info.java</sourceFileExclude>
264
</properties>
265
+ <build>
266
+ <plugins>
267
+ <plugin>
268
+ <groupId>org.apache.maven.plugins</groupId>
269
+ <artifactId>maven-javadoc-plugin</artifactId>
270
+ <configuration>
271
+ <sourceFileExcludes>
272
+ <exclude>${sourceFileExclude}</exclude>
273
+ </sourceFileExcludes>
274
+ </configuration>
275
+ <executions>
276
+ <execution>
277
+ <id>aggregate</id>
278
+ <goals>
279
+ <goal>aggregate</goal>
280
+ </goals>
281
+ </execution>
282
+ </executions>
283
+ </plugin>
284
+ </plugins>
285
+ </build>
286
</profile>
287
</profiles>
288
</project>
0 commit comments