Comment-out (non-working?) settings for pushing Javadoc to github.
diff --git a/pom.xml b/pom.xml
index ebed868..61e6452 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <powermock.version>1.5.1</powermock.version>
     <restlet.version>2.1.4</restlet.version>
-    <github.global.server>github</github.global.server>
+    <!-- <github.global.server>github</github.global.server> -->
   </properties>
   <build>
     <plugins>
@@ -145,6 +145,7 @@
           </execution>
         </executions>
       </plugin>
+      <!--
       <plugin>
         <groupId>com.github.github</groupId>
         <artifactId>site-maven-plugin</artifactId>
@@ -164,6 +165,7 @@
           </execution>
         </executions>
       </plugin>
+      -->
       <plugin>
 	<artifactId>maven-assembly-plugin</artifactId>
 	<configuration>