Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 638bc11

Browse files
committed
chore: Do not fail when there is no public javadoc in tests
1 parent 2dc3934 commit 638bc11

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

datastore-v1-proto-client/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@
124124
<argLine>-Xmx2048m</argLine>
125125
</configuration>
126126
</plugin>
127+
<plugin>
128+
<groupId>org.apache.maven.plugins</groupId>
129+
<artifactId>maven-javadoc-plugin</artifactId>
130+
<configuration>
131+
<!-- javadoc complains about: `error: No public or protected classes found to document` in tests -->
132+
<failOnError>false</failOnError>
133+
</configuration>
134+
</plugin>
127135
</plugins>
128136
</build>
129137

0 commit comments

Comments
 (0)