Address RC0 Comments

Change-Id: I402cef4206fa0610eaff899cf005875323fb18d9
Reviewed-on: https://asterix-gerrit.ics.uci.edu/608
Reviewed-by: Till Westmann <tillw@apache.org>
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/asterix-doc/pom.xml b/asterix-doc/pom.xml
index 47e5330..e420b61 100644
--- a/asterix-doc/pom.xml
+++ b/asterix-doc/pom.xml
@@ -19,7 +19,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <artifactId>asterix</artifactId>
+    <artifactId>apache-asterixdb</artifactId>
     <groupId>org.apache.asterix</groupId>
     <version>0.8.8-SNAPSHOT</version>
   </parent>
@@ -58,6 +58,13 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 
@@ -69,4 +76,5 @@
     </site>
   </distributionManagement>
 
+
 </project>