Skip to content

Commit f10818f

Browse files
committed
http Issue 236: Exclude com.google.api.client.test from javadoc
https://codereview.appspot.com/11925043/
1 parent f7ced2e commit f10818f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@
460460
<link>http://commons.apache.org/proper/commons-codec/javadocs/api-release</link>
461461
</links>
462462
<doctitle>Google HTTP Client Library for Java ${project.version}</doctitle>
463-
<excludePackageNames>com.google.api.client.findbugs</excludePackageNames>
463+
<excludePackageNames>com.google.api.client.findbugs:com.google.api.client.test</excludePackageNames>
464464
<groups>
465465
<group>
466466
<title>google-http-client</title>

0 commit comments

Comments
 (0)