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 8f046dc commit a302a0dCopy full SHA for a302a0d
overview.html
@@ -0,0 +1,7 @@
1
+<html>
2
+ <body>
3
+ Written by Google, the <a href="https://code.google.com/p/google-http-java-client/">
4
+ google-http-java-client</a> library is a flexible, efficient, and powerful Java
5
+ client library for accessing any resource on the web via HTTP.
6
+ </body>
7
+</html>
pom.xml
@@ -472,6 +472,7 @@
472
</links>
473
<doctitle>Google HTTP Client Library for Java ${project.version}</doctitle>
474
<excludePackageNames>com.google.api.client.findbugs:com.google.api.client.test</excludePackageNames>
475
+ <overview>${basedir}/overview.html</overview>
476
<groups>
477
<group>
478
<title>google-http-client</title>
0 commit comments