Change Java package from edu.uci.ics to org.apache

Change-Id: I99172d856e88954b00cf7cfb24d33bb400f53994
Reviewed-on: https://asterix-gerrit.ics.uci.edu/308
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <tillw@apache.org>
diff --git a/pom.xml b/pom.xml
index b2db7b1..c51d8dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>edu.uci.ics.hyracks</groupId>
+  <groupId>org.apache.hyracks</groupId>
   <artifactId>fullstack</artifactId>
   <version>0.2.16-SNAPSHOT</version>
   <packaging>pom</packaging>
@@ -161,6 +161,9 @@
             <exclude>**/current/VERSION</exclude>
             <exclude>**/blk_*</exclude>
             <exclude>**/resources/conf/*</exclude>
+            <exclude>**/target/*</exclude>
+            <exclude>**/*.iml</exclude>
+            <exclude>.*/*</exclude>
           </excludes>
         </configuration>
       </plugin>