Excluded javadocs for internal packages. removed company name for Inder.

This commit is contained in:
Inderjeet Singh 2011-11-13 00:03:14 +00:00
parent 3a3c5b2b1a
commit 3e303ef6f7

View File

@ -135,7 +135,7 @@
<!-- TODO(inder): add manifest entry for maven group, artifact, and classifier ids --> <!-- TODO(inder): add manifest entry for maven group, artifact, and classifier ids -->
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.7</version> <version>2.8</version>
<executions> <executions>
<execution> <execution>
<id>attach-javadocs</id> <id>attach-javadocs</id>
@ -145,7 +145,9 @@
</execution> </execution>
</executions> </executions>
<configuration> <configuration>
<links> <includePackageNames>com.google.gson</includePackageNames>
<excludePackageNames>com.google.gson.internal:com.google.gson.internal.bind</excludePackageNames>
<links>
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link> <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
</links> </links>
<version>true</version> <version>true</version>
@ -279,7 +281,6 @@
<developers> <developers>
<developer> <developer>
<name>Inderjeet Singh</name> <name>Inderjeet Singh</name>
<organization>Google Inc.</organization>
</developer> </developer>
<developer> <developer>
<name>Joel Leitch</name> <name>Joel Leitch</name>