Skip to content

Commit 0a2eb16

Browse files
authored
fix: update DocFX profile (#1603)
1 parent 566e792 commit 0a2eb16

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,27 @@
262262
<!-- exclude file causing error generating doc -->
263263
<sourceFileExclude>com/google/cloud/firestore/v1/package-info.java</sourceFileExclude>
264264
</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>
265286
</profile>
266287
</profiles>
267288
</project>

0 commit comments

Comments
 (0)