pom.xml format

Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo
Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/e8c223c3
Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/e8c223c3
Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/e8c223c3

Branch: refs/heads/steven/hdfs
Commit: e8c223c37096c9851eb58d7a07c3088c8196140d
Parents: 42d74b4
Author: efikalti <[email protected]>
Authored: Mon Jul 13 18:28:19 2015 +0300
Committer: efikalti <[email protected]>
Committed: Mon Jul 13 18:28:19 2015 +0300

----------------------------------------------------------------------
 pom.xml               | 1111 ++++++++++++++++++++++----------------------
 vxquery-core/pom.xml  |  637 +++++++++++++------------
 vxquery-xtest/pom.xml |  393 ++++++++--------
 3 files changed, 1066 insertions(+), 1075 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vxquery/blob/e8c223c3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e16df18..82db15b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,562 +1,551 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<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>
-
-    <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>13</version>
-        <relativePath />
-    </parent>
-
-    <groupId>org.apache.vxquery</groupId>
-    <artifactId>apache-vxquery</artifactId>
-    <version>0.6-SNAPSHOT</version>
-    <packaging>pom</packaging>
-    <name>VXQuery</name>
-    <description>A Versatile XQuery Processor</description>
-    <url>http://vxquery.apache.org/</url>
-
-    <organization>
-        <name>Apache Software Foundation</name>
-        <url>http://www.apache.org/</url>
-    </organization>
-
-    <licenses>
-        <license>
-            <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/</url>
-            <distribution>repo</distribution>
-            <comments>A business-friendly OSS license</comments>
-        </license>
-    </licenses>
-
-    <scm>
-        
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/vxquery.git</connection>
-        
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/vxquery.git</developerConnection>
-        <url>https://git-wip-us.apache.org/repos/asf/vxquery.git</url>
-        <tag>HEAD</tag>
-    </scm>
-
-    <issueManagement>
-        <system>Jira</system>
-        <url>https://issues.apache.org/jira/browse/VXQUERY</url>
-    </issueManagement>
-
-    <developers>
-        <developer>
-            <id>antelder</id>
-            <name>Ant Elder</name>
-            <email />
-            <roles>
-                <role>Mentor</role>
-            </roles>
-            <organization />
-            <timezone />
-        </developer>
-        <developer>
-            <id>cezar</id>
-            <name>Cezar Andrei</name>
-            <email />
-            <roles>
-                <role>Architect</role>
-            </roles>
-            <organization />
-            <timezone>-6</timezone>
-        </developer>
-        <developer>
-            <id>dtabass</id>
-            <name>Michael J. Carey</name>
-            <email />
-            <roles>
-                <role>Architect</role>
-            </roles>
-            <organization />
-            <timezone>-8</timezone>
-        </developer>
-        <developer>
-            <id>prestonc</id>
-            <name>Preston Carman</name>
-            <email />
-            <roles>
-                <role>Developer</role>
-            </roles>
-            <organization />
-            <timezone>-8</timezone>
-        </developer>
-        <developer>
-            <id>sjaco002</id>
-            <name>Steven Jacobs</name>
-            <email />
-            <roles>
-                <role>Developer</role>
-            </roles>
-            <organization />
-            <timezone>-8</timezone>
-        </developer>
-        <developer>
-            <id>tillw</id>
-            <name>Till Westmann</name>
-            <email />
-            <roles>
-                <role>Chair</role>
-                <role>Architect</role>
-            </roles>
-            <organization />
-            <timezone>-8</timezone>
-        </developer>
-        <developer>
-            <id>vinayakb</id>
-            <name>Vinayak Borkar</name>
-            <email />
-            <roles>
-                <role>Architect</role>
-            </roles>
-            <organization />
-            <timezone>-8</timezone>
-        </developer>
-    </developers>
-
-    <mailingLists>
-        <mailingList>
-            <name>dev</name>
-            <subscribe>[email protected]</subscribe>
-            <unsubscribe>[email protected]</unsubscribe>
-            <post>[email protected]</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/vxquery-dev/</archive>
-        </mailingList>
-        <mailingList>
-            <name>commits</name>
-            <subscribe>[email protected]</subscribe>
-            <unsubscribe>[email protected]</unsubscribe>
-            <post>[email protected]</post>
-            
<archive>http://mail-archives.apache.org/mod_mbox/vxquery-commits/</archive>
-        </mailingList>
-    </mailingLists>
-
-    <distributionManagement>
-        <site>
-            <id>vxquery.website</id>
-            <name>VXQuery Website</name>
-            <url>file:../site/</url>
-        </site>
-    </distributionManagement>
-
-    <repositories>
-        <repository>
-            <id>hyracks-snapshots</id>
-            
<url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url>
-            <snapshots>
-            </snapshots>
-        </repository>
-        <repository>
-            <id>hyracks-releases</id>
-            
<url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url>
-            <releases>
-            </releases>
-        </repository>
-        <repository>
-            <id>hyracks-thirdparty</id>
-            
<url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-thirdparty/</url>
-            <releases>
-            </releases>
-        </repository>
-    </repositories>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>args4j</groupId>
-                <artifactId>args4j</artifactId>
-                <version>2.0.9</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>hyracks-client</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>hyracks-control-common</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>hyracks-control-cc</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>hyracks-control-nc</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>algebricks-compiler</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.commons</groupId>
-                <artifactId>commons-lang3</artifactId>
-                <version>3.1</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>algebricks-common</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>algebricks-core</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>algebricks-data</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>algebricks-rewriter</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>algebricks-runtime</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>hyracks-api</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>hyracks-data-std</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>hyracks-dataflow-common</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>edu.uci.ics.hyracks</groupId>
-                <artifactId>hyracks-dataflow-std</artifactId>
-                <version>${hyracks.version}</version>
-            </dependency>
-            
-            <dependency>
-                                       <groupId>edu.uci.ics.hyracks</groupId>
-                                       
<artifactId>hyracks-hdfs-core</artifactId>
-                                       <version>${hyracks.version}</version>
-                   </dependency>
-            <dependency>
-                                       <groupId>edu.uci.ics.hyracks</groupId>
-                                       
<artifactId>hyracks-hdfs-2.x</artifactId>
-                                       <version>${hyracks.version}</version>
-                   </dependency>
-                   
-                   <dependency>
-                       <groupId>org.apache.hadoop</groupId>
-                       <artifactId>hadoop-hdfs</artifactId>
-                       <version>2.7.0</version>
-               </dependency>
-
-            <dependency>
-                <groupId>ant</groupId>
-                <artifactId>ant-trax</artifactId>
-                <version>1.6.5</version>
-                <scope>provided</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>org.codehaus.woodstox</groupId>
-                <artifactId>stax2-api</artifactId>
-                <version>3.0.1</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.codehaus.woodstox</groupId>
-                <artifactId>woodstox-core-asl</artifactId>
-                <version>4.0.6</version>
-            </dependency>
-
-            <dependency>
-                <groupId>xalan</groupId>
-                <artifactId>serializer</artifactId>
-                <version>2.7.1</version>
-            </dependency>
-
-            <dependency>
-                <groupId>xerces</groupId>
-                <artifactId>xercesImpl</artifactId>
-                <version>2.9.1</version>
-            </dependency>
-
-            <dependency>
-                <groupId>activemq</groupId>
-                <artifactId>activemq-transport-xstream</artifactId>
-                <version>2.1</version>
-            </dependency>
-
-            <dependency>
-                <groupId>com.thoughtworks.xstream</groupId>
-                <artifactId>xstream</artifactId>
-                <version>1.3.1</version>
-            </dependency>
-
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>2.4</version>
-            </dependency>
-
-            <dependency>
-                <groupId>commons-codec</groupId>
-                <artifactId>commons-codec</artifactId>
-                <version>1.4</version>
-            </dependency>
-
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>4.7</version>
-                <scope>test</scope>
-            </dependency>
-
-            <dependency>
-                <groupId>org.mortbay.jetty</groupId>
-                <artifactId>jetty</artifactId>
-                <version>6.1.4</version>
-                <scope>compile</scope>
-            </dependency>
-            
-        </dependencies>
-    </dependencyManagement>
-
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>3.3</version>
-                </plugin>
-
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>2.7</version>
-                </plugin>
-
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.9.1</version>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-install-plugin</artifactId>
-                <configuration>
-                    <createChecksum>true</createChecksum>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-release-plugin</artifactId>
-                <version>2.4.2</version>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.maven.scm</groupId>
-                        <artifactId>maven-scm-provider-gitexe</artifactId>
-                        <version>1.8.1</version>
-                    </dependency>
-                </dependencies>
-                <configuration>
-                    <autoVersionSubmodules>true</autoVersionSubmodules>
-                </configuration>
-            </plugin>
-            <plugin>
-                <inherited>true</inherited>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>aggregate</id>
-                        <goals>
-                            <goal>aggregate</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <notimestamp>true</notimestamp>
-                    <maxmemory>2g</maxmemory>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
-        <!-- We override the configuration plugin to override the descriptor 
to use for building
-          the source release zip. Specifically, we would like to control the 
inclusions/exclusions.
-          For example, we exclude the KEYS file from the zip -->
-                <executions>
-                    <execution>
-            <!-- Use this id to match the id mentioned in the assembly plugin 
configuration in
-              the apache parent POM under the apache-release profile -->
-                        <id>source-release-assembly</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>single</goal>
-                        </goals>
-            <!-- combine.self should be override to replace the configuration 
in the parent POM -->
-                        <configuration combine.self="override">
-                            
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                            <descriptors>
-                                
<descriptor>src/main/assembly/source.xml</descriptor>
-                            </descriptors>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-      <!--
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-        <configuration>
-          <reportPlugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-project-info-reports-plugin</artifactId>
-              <version>2.7</version>
-            </plugin>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-javadoc-plugin</artifactId>
-            </plugin>
-          </reportPlugins>
-        </configuration>
-        <executions> 
-          <execution> 
-            <id>attach-site</id>
-            <phase>prepare-package</phase>
-            <goals>
-              <goal>jar</goal>
-            </goals> 
-          </execution> 
-        </executions> 
-      </plugin>
-      -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </build>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <inherited>false</inherited>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>index</report>
-                            <report>license</report>
-                            <report>project-team</report>
-                            <report>scm</report>
-                            <report>issue-tracking</report>
-                            <report>mailing-list</report>
-                            <report>plugins</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-                <configuration>
-                    <linkOnly>true</linkOnly>
-                    
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                    
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/vxquery.git</developerConnection>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <version>${apache-rat-plugin.version}</version>
-                <configuration>
-                    <excludes>
-                        <exclude>.gitignore</exclude>
-                        <exclude>.git/**/*</exclude>
-                    </excludes>
-                    <numUnapprovedLicenses>0</numUnapprovedLicenses>
-                    <maxmemory>2g</maxmemory>
-                </configuration>
-            </plugin>
-            <plugin>
-                <inherited>true</inherited>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <notimestamp>true</notimestamp>
-                    <maxmemory>2g</maxmemory>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
-
-    <properties>
-        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-        <hyracks.version>0.2.15</hyracks.version>
-        <apache-rat-plugin.version>0.11</apache-rat-plugin.version>
-    </properties>
-
-    <modules>
-        <module>vxquery-core</module>
-        <module>vxquery-server</module>
-        <module>vxquery-cli</module>
-        <module>vxquery-xtest</module>
-        <module>vxquery-benchmark</module>
-    </modules>
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
+       license agreements. See the NOTICE file distributed with this work for 
additional 
+       information regarding copyright ownership. The ASF licenses this file 
to 
+       You under the Apache License, Version 2.0 (the "License"); you may not 
use 
+       this file except in compliance with the License. You may obtain a copy 
of 
+       the License at http://www.apache.org/licenses/LICENSE-2.0 Unless 
required 
+       by applicable law or agreed to in writing, software distributed under 
the 
+       License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
+       OF ANY KIND, either express or implied. See the License for the 
specific 
+       language governing permissions and limitations under the License. -->
+<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>
+
+       <parent>
+               <groupId>org.apache</groupId>
+               <artifactId>apache</artifactId>
+               <version>13</version>
+               <relativePath />
+       </parent>
+
+       <groupId>org.apache.vxquery</groupId>
+       <artifactId>apache-vxquery</artifactId>
+       <version>0.6-SNAPSHOT</version>
+       <packaging>pom</packaging>
+       <name>VXQuery</name>
+       <description>A Versatile XQuery Processor</description>
+       <url>http://vxquery.apache.org/</url>
+
+       <organization>
+               <name>Apache Software Foundation</name>
+               <url>http://www.apache.org/</url>
+       </organization>
+
+       <licenses>
+               <license>
+                       <name>The Apache Software License, Version 2.0</name>
+                       <url>http://www.apache.org/licenses/</url>
+                       <distribution>repo</distribution>
+                       <comments>A business-friendly OSS license</comments>
+               </license>
+       </licenses>
+
+       <scm>
+               
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/vxquery.git</connection>
+               
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/vxquery.git</developerConnection>
+               <url>https://git-wip-us.apache.org/repos/asf/vxquery.git</url>
+               <tag>HEAD</tag>
+       </scm>
+
+       <issueManagement>
+               <system>Jira</system>
+               <url>https://issues.apache.org/jira/browse/VXQUERY</url>
+       </issueManagement>
+
+       <developers>
+               <developer>
+                       <id>antelder</id>
+                       <name>Ant Elder</name>
+                       <email />
+                       <roles>
+                               <role>Mentor</role>
+                       </roles>
+                       <organization />
+                       <timezone />
+               </developer>
+               <developer>
+                       <id>cezar</id>
+                       <name>Cezar Andrei</name>
+                       <email />
+                       <roles>
+                               <role>Architect</role>
+                       </roles>
+                       <organization />
+                       <timezone>-6</timezone>
+               </developer>
+               <developer>
+                       <id>dtabass</id>
+                       <name>Michael J. Carey</name>
+                       <email />
+                       <roles>
+                               <role>Architect</role>
+                       </roles>
+                       <organization />
+                       <timezone>-8</timezone>
+               </developer>
+               <developer>
+                       <id>prestonc</id>
+                       <name>Preston Carman</name>
+                       <email />
+                       <roles>
+                               <role>Developer</role>
+                       </roles>
+                       <organization />
+                       <timezone>-8</timezone>
+               </developer>
+               <developer>
+                       <id>sjaco002</id>
+                       <name>Steven Jacobs</name>
+                       <email />
+                       <roles>
+                               <role>Developer</role>
+                       </roles>
+                       <organization />
+                       <timezone>-8</timezone>
+               </developer>
+               <developer>
+                       <id>tillw</id>
+                       <name>Till Westmann</name>
+                       <email />
+                       <roles>
+                               <role>Chair</role>
+                               <role>Architect</role>
+                       </roles>
+                       <organization />
+                       <timezone>-8</timezone>
+               </developer>
+               <developer>
+                       <id>vinayakb</id>
+                       <name>Vinayak Borkar</name>
+                       <email />
+                       <roles>
+                               <role>Architect</role>
+                       </roles>
+                       <organization />
+                       <timezone>-8</timezone>
+               </developer>
+       </developers>
+
+       <mailingLists>
+               <mailingList>
+                       <name>dev</name>
+                       <subscribe>[email protected]</subscribe>
+                       
<unsubscribe>[email protected]</unsubscribe>
+                       <post>[email protected]</post>
+                       
<archive>http://mail-archives.apache.org/mod_mbox/vxquery-dev/</archive>
+               </mailingList>
+               <mailingList>
+                       <name>commits</name>
+                       
<subscribe>[email protected]</subscribe>
+                       
<unsubscribe>[email protected]</unsubscribe>
+                       <post>[email protected]</post>
+                       
<archive>http://mail-archives.apache.org/mod_mbox/vxquery-commits/</archive>
+               </mailingList>
+       </mailingLists>
+
+       <distributionManagement>
+               <site>
+                       <id>vxquery.website</id>
+                       <name>VXQuery Website</name>
+                       <url>file:../site/</url>
+               </site>
+       </distributionManagement>
+
+       <repositories>
+               <repository>
+                       <id>hyracks-snapshots</id>
+                       
<url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url>
+                       <snapshots>
+                       </snapshots>
+               </repository>
+               <repository>
+                       <id>hyracks-releases</id>
+                       
<url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url>
+                       <releases>
+                       </releases>
+               </repository>
+               <repository>
+                       <id>hyracks-thirdparty</id>
+                       
<url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-thirdparty/</url>
+                       <releases>
+                       </releases>
+               </repository>
+       </repositories>
+
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>args4j</groupId>
+                               <artifactId>args4j</artifactId>
+                               <version>2.0.9</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>hyracks-client</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>hyracks-control-common</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>hyracks-control-cc</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>hyracks-control-nc</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>algebricks-compiler</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.apache.commons</groupId>
+                               <artifactId>commons-lang3</artifactId>
+                               <version>3.1</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>algebricks-common</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>algebricks-core</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>algebricks-data</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>algebricks-rewriter</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>algebricks-runtime</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>hyracks-api</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>hyracks-data-std</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>hyracks-dataflow-common</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>hyracks-dataflow-std</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>hyracks-hdfs-2.x</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>hyracks-hdfs-core</artifactId>
+                               <version>${hyracks.version}</version>
+                               <type>jar</type>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>hyracks-hdfs-core</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>edu.uci.ics.hyracks</groupId>
+                               <artifactId>hyracks-hdfs-2.x</artifactId>
+                               <version>${hyracks.version}</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.apache.hadoop</groupId>
+                               <artifactId>hadoop-hdfs</artifactId>
+                               <version>2.7.0</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>ant</groupId>
+                               <artifactId>ant-trax</artifactId>
+                               <version>1.6.5</version>
+                               <scope>provided</scope>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.codehaus.woodstox</groupId>
+                               <artifactId>stax2-api</artifactId>
+                               <version>3.0.1</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.codehaus.woodstox</groupId>
+                               <artifactId>woodstox-core-asl</artifactId>
+                               <version>4.0.6</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>xalan</groupId>
+                               <artifactId>serializer</artifactId>
+                               <version>2.7.1</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>xerces</groupId>
+                               <artifactId>xercesImpl</artifactId>
+                               <version>2.9.1</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>activemq</groupId>
+                               
<artifactId>activemq-transport-xstream</artifactId>
+                               <version>2.1</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>com.thoughtworks.xstream</groupId>
+                               <artifactId>xstream</artifactId>
+                               <version>1.3.1</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>commons-io</groupId>
+                               <artifactId>commons-io</artifactId>
+                               <version>2.4</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>commons-codec</groupId>
+                               <artifactId>commons-codec</artifactId>
+                               <version>1.4</version>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>junit</groupId>
+                               <artifactId>junit</artifactId>
+                               <version>4.7</version>
+                               <scope>test</scope>
+                       </dependency>
+
+                       <dependency>
+                               <groupId>org.mortbay.jetty</groupId>
+                               <artifactId>jetty</artifactId>
+                               <version>6.1.22</version>
+                               <scope>compile</scope>
+                       </dependency>
+
+               </dependencies>
+       </dependencyManagement>
+
+       <build>
+               <pluginManagement>
+                       <plugins>
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-site-plugin</artifactId>
+                                       <version>3.3</version>
+                               </plugin>
+
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-project-info-reports-plugin</artifactId>
+                                       <version>2.7</version>
+                               </plugin>
+
+                               <plugin>
+                                       
<groupId>org.apache.maven.plugins</groupId>
+                                       
<artifactId>maven-javadoc-plugin</artifactId>
+                                       <version>2.9.1</version>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
+
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-compiler-plugin</artifactId>
+                               <configuration>
+                                       <source>1.6</source>
+                                       <target>1.6</target>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <artifactId>maven-install-plugin</artifactId>
+                               <configuration>
+                                       <createChecksum>true</createChecksum>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-release-plugin</artifactId>
+                               <version>2.4.2</version>
+                               <dependencies>
+                                       <dependency>
+                                               
<groupId>org.apache.maven.scm</groupId>
+                                               
<artifactId>maven-scm-provider-gitexe</artifactId>
+                                               <version>1.8.1</version>
+                                       </dependency>
+                               </dependencies>
+                               <configuration>
+                                       
<autoVersionSubmodules>true</autoVersionSubmodules>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <inherited>true</inherited>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>aggregate</id>
+                                               <goals>
+                                                       <goal>aggregate</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                               <configuration>
+                                       <notimestamp>true</notimestamp>
+                                       <maxmemory>2g</maxmemory>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <!-- We override the configuration plugin to 
override the descriptor 
+                                       to use for building the source release 
zip. Specifically, we would like to 
+                                       control the inclusions/exclusions. For 
example, we exclude the KEYS file 
+                                       from the zip -->
+                               <executions>
+                                       <execution>
+                                               <!-- Use this id to match the 
id mentioned in the assembly plugin configuration 
+                                                       in the apache parent 
POM under the apache-release profile -->
+                                               <id>source-release-assembly</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>single</goal>
+                                               </goals>
+                                               <!-- combine.self should be 
override to replace the configuration in 
+                                                       the parent POM -->
+                                               <configuration 
combine.self="override">
+                                                       
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+                                                       <descriptors>
+                                                               
<descriptor>src/main/assembly/source.xml</descriptor>
+                                                       </descriptors>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <!-- <plugin> 
<groupId>org.apache.maven.plugins</groupId> 
<artifactId>maven-site-plugin</artifactId> 
+                               <configuration> <reportPlugins> <plugin> 
<groupId>org.apache.maven.plugins</groupId> 
+                               
<artifactId>maven-project-info-reports-plugin</artifactId> 
<version>2.7</version> 
+                               </plugin> <plugin> 
<groupId>org.apache.maven.plugins</groupId> 
<artifactId>maven-javadoc-plugin</artifactId> 
+                               </plugin> </reportPlugins> </configuration> 
<executions> <execution> <id>attach-site</id> 
+                               <phase>prepare-package</phase> <goals> 
<goal>jar</goal> </goals> </execution> 
+                               </executions> </plugin> -->
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-site-plugin</artifactId>
+                       </plugin>
+               </plugins>
+       </build>
+
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               
<artifactId>maven-project-info-reports-plugin</artifactId>
+                               <inherited>false</inherited>
+                               <reportSets>
+                                       <reportSet>
+                                               <reports>
+                                                       <report>index</report>
+                                                       <report>license</report>
+                                                       
<report>project-team</report>
+                                                       <report>scm</report>
+                                                       
<report>issue-tracking</report>
+                                                       
<report>mailing-list</report>
+                                                       <report>plugins</report>
+                                               </reports>
+                                       </reportSet>
+                               </reportSets>
+                               <configuration>
+                                       <linkOnly>true</linkOnly>
+                                       
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                                       
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/vxquery.git</developerConnection>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.rat</groupId>
+                               <artifactId>apache-rat-plugin</artifactId>
+                               <version>${apache-rat-plugin.version}</version>
+                               <configuration>
+                                       <excludes>
+                                               <exclude>.gitignore</exclude>
+                                               <exclude>.git/**/*</exclude>
+                                       </excludes>
+                                       
<numUnapprovedLicenses>0</numUnapprovedLicenses>
+                                       <maxmemory>2g</maxmemory>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <inherited>true</inherited>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <configuration>
+                                       <notimestamp>true</notimestamp>
+                                       <maxmemory>2g</maxmemory>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </reporting>
+
+       <properties>
+               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+               
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+               <hyracks.version>0.2.15</hyracks.version>
+               <apache-rat-plugin.version>0.11</apache-rat-plugin.version>
+       </properties>
+
+       <modules>
+               <module>vxquery-core</module>
+               <module>vxquery-server</module>
+               <module>vxquery-cli</module>
+               <module>vxquery-xtest</module>
+               <module>vxquery-benchmark</module>
+       </modules>
 </project>

http://git-wip-us.apache.org/repos/asf/vxquery/blob/e8c223c3/vxquery-core/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-core/pom.xml b/vxquery-core/pom.xml
index ea67380..40d6430 100644
--- a/vxquery-core/pom.xml
+++ b/vxquery-core/pom.xml
@@ -1,345 +1,342 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
+       license agreements. See the NOTICE file distributed with this work for 
additional 
+       information regarding copyright ownership. The ASF licenses this file 
to 
+       You under the Apache License, Version 2.0 (the "License"); you may not 
use 
+       this file except in compliance with the License. You may obtain a copy 
of 
+       the License at http://www.apache.org/licenses/LICENSE-2.0 Unless 
required 
+       by applicable law or agreed to in writing, software distributed under 
the 
+       License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
+       OF ANY KIND, either express or implied. See the License for the 
specific 
+       language governing permissions and limitations under the License. -->
+<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>
 
-      http://www.apache.org/licenses/LICENSE-2.0
+       <parent>
+               <groupId>org.apache.vxquery</groupId>
+               <artifactId>apache-vxquery</artifactId>
+               <version>0.6-SNAPSHOT</version>
+       </parent>
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<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>
+       <artifactId>apache-vxquery-core</artifactId>
+       <packaging>jar</packaging>
+       <name>VXQuery Core</name>
+       <description>Apache VXQuery Processor</description>
 
-    <parent>
-        <groupId>org.apache.vxquery</groupId>
-        <artifactId>apache-vxquery</artifactId>
-        <version>0.6-SNAPSHOT</version>
-    </parent>
+       <distributionManagement>
+               <site>
+                       <id>vxquery.website</id>
+                       <name>VXQuery Website</name>
+                       <url>file:../site/vxquery-core/</url>
+               </site>
+       </distributionManagement>
 
-    <artifactId>apache-vxquery-core</artifactId>
-    <packaging>jar</packaging>
-    <name>VXQuery Core</name>
-    <description>Apache VXQuery Processor</description>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>javacc-maven-plugin</artifactId>
+                               <version>2.6</version>
+                               <executions>
+                                       <execution>
+                                               <id>javacc</id>
+                                               <goals>
+                                                       <goal>javacc</goal>
+                                               </goals>
+                                               <configuration>
+                                                       
<isStatic>false</isStatic>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <artifactId>maven-antrun-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>generate-code</id>
+                                               <phase>generate-sources</phase>
+                                               <configuration>
+                                                       <target>
+                                                               <ant 
antfile="build-xslt.xml" target="build">
+                                                                       
<property name="build.gen-src.dir"
+                                                                               
value="${project.build.directory}/generated-sources/main/java" />
+                                                                       
<property name="src.code.dir" value="${basedir}/src/main/java" />
+                                                                       
<property name="xslt.dir" value="${basedir}/src/main/xslt" />
+                                                                       
<property name="classpath.xslt" refid="maven.compile.classpath" />
+                                                               </ant>
+                                                       </target>
+                                               </configuration>
+                                               <goals>
+                                                       <goal>run</goal>
+                                               </goals>
+                                       </execution>
+                                       <execution>
+                                               <id>generate-site</id>
+                                               <phase>pre-site</phase>
+                                               <configuration>
+                                                       <target>
+                                                               <ant 
antfile="build-site.xml" target="build">
+                                                                       
<property name="build.gen-site.dir"
+                                                                               
value="${project.build.directory}/generated-site/apt" />
+                                                                       
<property name="src.code.dir" value="${basedir}/src/main/java" />
+                                                                       
<property name="xslt.dir" value="${basedir}/src/main/xslt" />
+                                                                       
<property name="classpath.xslt" refid="maven.compile.classpath" />
+                                                               </ant>
+                                                       </target>
+                                               </configuration>
+                                               <goals>
+                                                       <goal>run</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               
<artifactId>build-helper-maven-plugin</artifactId>
+                               <version>1.7</version>
+                               <executions>
+                                       <execution>
+                                               <id>add-source</id>
+                                               <phase>generate-sources</phase>
+                                               <goals>
+                                                       <goal>add-source</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <sources>
+                                                               <directory>
+                                                                       
${project.build.directory}/generated-sources/main/java
+                                                               </directory>
+                                                       </sources>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       
<redirectTestOutputToFile>true</redirectTestOutputToFile>
+                               </configuration>
+                       </plugin>
+                       <!-- <plugin> 
<groupId>org.apache.maven.plugins</groupId> 
<artifactId>maven-site-plugin</artifactId> 
+                               </plugin> -->
+               </plugins>
+               <pluginManagement>
+                       <plugins>
+                               <!--This plugin's configuration is used to 
store Eclipse m2e settings 
+                                       only. It has no influence on the Maven 
build itself. -->
+                               <plugin>
+                                       <groupId>org.eclipse.m2e</groupId>
+                                       
<artifactId>lifecycle-mapping</artifactId>
+                                       <version>1.0.0</version>
+                                       <configuration>
+                                               <lifecycleMappingMetadata>
+                                                       <pluginExecutions>
+                                                               
<pluginExecution>
+                                                                       
<pluginExecutionFilter>
+                                                                               
<groupId>org.apache.maven.plugins</groupId>
+                                                                               
<artifactId>maven-antrun-plugin</artifactId>
+                                                                               
<versionRange>[1.6,)</versionRange>
+                                                                               
<goals>
+                                                                               
        <goal>run</goal>
+                                                                               
</goals>
+                                                                       
</pluginExecutionFilter>
+                                                                       <action>
+                                                                               
<ignore />
+                                                                       
</action>
+                                                               
</pluginExecution>
+                                                               
<pluginExecution>
+                                                                       
<pluginExecutionFilter>
+                                                                               
<groupId>org.codehaus.mojo</groupId>
+                                                                               
<artifactId>javacc-maven-plugin</artifactId>
+                                                                               
<versionRange>[2.6,)</versionRange>
+                                                                               
<goals>
+                                                                               
        <goal>javacc</goal>
+                                                                               
</goals>
+                                                                       
</pluginExecutionFilter>
+                                                                       <action>
+                                                                               
<ignore />
+                                                                       
</action>
+                                                               
</pluginExecution>
+                                                       </pluginExecutions>
+                                               </lifecycleMappingMetadata>
+                                       </configuration>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>
+       </build>
 
-    <distributionManagement>
-        <site>
-            <id>vxquery.website</id>
-            <name>VXQuery Website</name>
-            <url>file:../site/vxquery-core/</url>
-        </site>
-    </distributionManagement>
+       <dependencies>
+               <dependency>
+                       <groupId>org.apache.commons</groupId>
+                       <artifactId>commons-lang3</artifactId>
+               </dependency>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>javacc-maven-plugin</artifactId>
-                <version>2.6</version>
-                <executions>
-                    <execution>
-                        <id>javacc</id>
-                        <goals>
-                            <goal>javacc</goal>
-                        </goals>
-                        <configuration>
-                            <isStatic>false</isStatic>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>generate-code</id>
-                        <phase>generate-sources</phase>
-                        <configuration>
-                            <target>
-                                <ant antfile="build-xslt.xml" target="build">
-                                    <property name="build.gen-src.dir" 
value="${project.build.directory}/generated-sources/main/java" />
-                                    <property name="src.code.dir" 
value="${basedir}/src/main/java" />
-                                    <property name="xslt.dir" 
value="${basedir}/src/main/xslt" />
-                                    <property name="classpath.xslt" 
refid="maven.compile.classpath" />
-                                </ant>
-                            </target>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                    <execution>
-                        <id>generate-site</id>
-                        <phase>pre-site</phase>
-                        <configuration>
-                            <target>
-                                <ant antfile="build-site.xml" target="build">
-                                    <property name="build.gen-site.dir" 
value="${project.build.directory}/generated-site/apt" />
-                                    <property name="src.code.dir" 
value="${basedir}/src/main/java" />
-                                    <property name="xslt.dir" 
value="${basedir}/src/main/xslt" />
-                                    <property name="classpath.xslt" 
refid="maven.compile.classpath" />
-                                </ant>
-                            </target>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <version>1.7</version>
-                <executions>
-                    <execution>
-                        <id>add-source</id>
-                        <phase>generate-sources</phase>
-                        <goals>
-                            <goal>add-source</goal>
-                        </goals>
-                        <configuration>
-                            <sources>
-                                <directory>
-                                    
${project.build.directory}/generated-sources/main/java
-                                </directory>
-                            </sources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <redirectTestOutputToFile>true</redirectTestOutputToFile>
-                </configuration>
-            </plugin>
-      <!--
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-      </plugin>
-      -->
-        </plugins>
-        <pluginManagement>
-            <plugins>
-        <!--This plugin's configuration is used to store Eclipse m2e settings 
only. It has no influence on the Maven build itself.-->
-                <plugin>
-                    <groupId>org.eclipse.m2e</groupId>
-                    <artifactId>lifecycle-mapping</artifactId>
-                    <version>1.0.0</version>
-                    <configuration>
-                        <lifecycleMappingMetadata>
-                            <pluginExecutions>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        
<groupId>org.apache.maven.plugins</groupId>
-                                        
<artifactId>maven-antrun-plugin</artifactId>
-                                        <versionRange>[1.6,)</versionRange>
-                                        <goals>
-                                            <goal>run</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore />
-                                    </action>
-                                </pluginExecution>
-                                <pluginExecution>
-                                    <pluginExecutionFilter>
-                                        <groupId>org.codehaus.mojo</groupId>
-                                        
<artifactId>javacc-maven-plugin</artifactId>
-                                        <versionRange>[2.6,)</versionRange>
-                                        <goals>
-                                            <goal>javacc</goal>
-                                        </goals>
-                                    </pluginExecutionFilter>
-                                    <action>
-                                        <ignore />
-                                    </action>
-                                </pluginExecution>
-                            </pluginExecutions>
-                        </lifecycleMappingMetadata>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>algebricks-compiler</artifactId>
+               </dependency>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>algebricks-data</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>edu.uci.ics.hyracks</groupId>
-            <artifactId>algebricks-compiler</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>hyracks-api</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>edu.uci.ics.hyracks</groupId>
-            <artifactId>algebricks-data</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>hyracks-data-std</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>edu.uci.ics.hyracks</groupId>
-            <artifactId>hyracks-api</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>hyracks-dataflow-common</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>edu.uci.ics.hyracks</groupId>
-            <artifactId>hyracks-data-std</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>hyracks-dataflow-std</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>edu.uci.ics.hyracks</groupId>
-            <artifactId>hyracks-dataflow-common</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>hyracks-hdfs-2.x</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>edu.uci.ics.hyracks</groupId>
-            <artifactId>hyracks-dataflow-std</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>hyracks-hdfs-core</artifactId>
+                       <type>jar</type>
+               </dependency>
 
-        <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant-trax</artifactId>
-            <scope>provided</scope>
-        </dependency>
+               <dependency>
+                       <groupId>ant</groupId>
+                       <artifactId>ant-trax</artifactId>
+                       <scope>provided</scope>
+               </dependency>
 
-        <dependency>
-            <groupId>org.codehaus.woodstox</groupId>
-            <artifactId>stax2-api</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>org.codehaus.woodstox</groupId>
+                       <artifactId>stax2-api</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>org.codehaus.woodstox</groupId>
-            <artifactId>woodstox-core-asl</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>org.codehaus.woodstox</groupId>
+                       <artifactId>woodstox-core-asl</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>serializer</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>xalan</groupId>
+                       <artifactId>serializer</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>xerces</groupId>
-            <artifactId>xercesImpl</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>xerces</groupId>
+                       <artifactId>xercesImpl</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>activemq</groupId>
-            <artifactId>activemq-transport-xstream</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>activemq</groupId>
+                       <artifactId>activemq-transport-xstream</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>com.thoughtworks.xstream</groupId>
-            <artifactId>xstream</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>com.thoughtworks.xstream</groupId>
+                       <artifactId>xstream</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-            </dependency>
+               <dependency>
+                       <groupId>commons-io</groupId>
+                       <artifactId>commons-io</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>commons-codec</groupId>
-            <artifactId>commons-codec</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>commons-codec</groupId>
+                       <artifactId>commons-codec</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-mapreduce-client-core</artifactId>
-            <version>2.7.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-common</artifactId>
-            <version>2.7.0</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.hadoop</groupId>
-            <artifactId>hadoop-hdfs</artifactId>
-            <version>2.7.0</version>
-        </dependency>
-    </dependencies>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <scope>test</scope>
+               </dependency>
 
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>javacc-maven-plugin</artifactId>
-                <version>2.6</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.12.4</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>index</report>
-                            <report>dependencies</report>
-                            <report>plugins</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-                <configuration>
-                    <linkOnly>true</linkOnly>
-                    
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                </configuration>
-            </plugin>
-      <!--
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.5.2</version>
-        <configuration>
-          <effort>Min</effort>
-          <threshold>Normal</threshold>
-          <excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
-        </configuration>
-      </plugin>
-      -->
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <version>${apache-rat-plugin.version}</version>
-                <configuration>
-                    <excludes>
-                        <exclude>testsuites/**/*</exclude>
-                        <exclude>reports/**/*</exclude>
-                    </excludes>
-                    <numUnapprovedLicenses>0</numUnapprovedLicenses>
-                    <maxmemory>2g</maxmemory>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9</version>
-                <configuration>
-                    <notimestamp>true</notimestamp>
-                    <maxmemory>2g</maxmemory>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
+               <dependency>
+                       <groupId>org.apache.hadoop</groupId>
+                       <artifactId>hadoop-mapreduce-client-core</artifactId>
+                       <version>2.7.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.hadoop</groupId>
+                       <artifactId>hadoop-common</artifactId>
+                       <version>2.7.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.hadoop</groupId>
+                       <artifactId>hadoop-hdfs</artifactId>
+                       <version>2.7.0</version>
+               </dependency>
+       </dependencies>
+
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>javacc-maven-plugin</artifactId>
+                               <version>2.6</version>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               
<artifactId>maven-surefire-report-plugin</artifactId>
+                               <version>2.12.4</version>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               
<artifactId>maven-project-info-reports-plugin</artifactId>
+                               <reportSets>
+                                       <reportSet>
+                                               <reports>
+                                                       <report>index</report>
+                                                       
<report>dependencies</report>
+                                                       <report>plugins</report>
+                                               </reports>
+                                       </reportSet>
+                               </reportSets>
+                               <configuration>
+                                       <linkOnly>true</linkOnly>
+                                       
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                               </configuration>
+                       </plugin>
+                       <!-- <plugin> <groupId>org.codehaus.mojo</groupId> 
<artifactId>findbugs-maven-plugin</artifactId> 
+                               <version>2.5.2</version> <configuration> 
<effort>Min</effort> <threshold>Normal</threshold> 
+                               
<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile> </configuration> 
+                               </plugin> -->
+                       <plugin>
+                               <groupId>org.apache.rat</groupId>
+                               <artifactId>apache-rat-plugin</artifactId>
+                               <version>${apache-rat-plugin.version}</version>
+                               <configuration>
+                                       <excludes>
+                                               
<exclude>testsuites/**/*</exclude>
+                                               <exclude>reports/**/*</exclude>
+                                       </excludes>
+                                       
<numUnapprovedLicenses>0</numUnapprovedLicenses>
+                                       <maxmemory>2g</maxmemory>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <version>2.9</version>
+                               <configuration>
+                                       <notimestamp>true</notimestamp>
+                                       <maxmemory>2g</maxmemory>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </reporting>
 </project>

http://git-wip-us.apache.org/repos/asf/vxquery/blob/e8c223c3/vxquery-xtest/pom.xml
----------------------------------------------------------------------
diff --git a/vxquery-xtest/pom.xml b/vxquery-xtest/pom.xml
index ed53552..44a4f67 100644
--- a/vxquery-xtest/pom.xml
+++ b/vxquery-xtest/pom.xml
@@ -1,209 +1,214 @@
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF licenses this file to You under the Apache License, Version 2.0
-  (the "License"); you may not use this file except in compliance with
-  the License.  You may obtain a copy of the License at
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
+       license agreements. See the NOTICE file distributed with this work for 
additional 
+       information regarding copyright ownership. The ASF licenses this file 
to 
+       You under the Apache License, Version 2.0 (the "License"); you may not 
use 
+       this file except in compliance with the License. You may obtain a copy 
of 
+       the License at http://www.apache.org/licenses/LICENSE-2.0 Unless 
required 
+       by applicable law or agreed to in writing, software distributed under 
the 
+       License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR 
CONDITIONS 
+       OF ANY KIND, either express or implied. See the License for the 
specific 
+       language governing permissions and limitations under the License. -->
+<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>
 
-      http://www.apache.org/licenses/LICENSE-2.0
+       <parent>
+               <groupId>org.apache.vxquery</groupId>
+               <artifactId>apache-vxquery</artifactId>
+               <version>0.6-SNAPSHOT</version>
+       </parent>
 
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.
--->
-<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>
+       <artifactId>apache-vxquery-xtest</artifactId>
+       <packaging>jar</packaging>
+       <name>VXQuery XTest</name>
+       <description>Apache VXQuery Test Driver</description>
 
-    <parent>
-        <groupId>org.apache.vxquery</groupId>
-        <artifactId>apache-vxquery</artifactId>
-        <version>0.6-SNAPSHOT</version>
-    </parent>
+       <distributionManagement>
+               <site>
+                       <id>vxquery.website</id>
+                       <name>VXQuery Website</name>
+                       <url>file:../site/vxquery-xtest/</url>
+               </site>
+       </distributionManagement>
 
-    <artifactId>apache-vxquery-xtest</artifactId>
-    <packaging>jar</packaging>
-    <name>VXQuery XTest</name>
-    <description>Apache VXQuery Test Driver</description>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               
<artifactId>appassembler-maven-plugin</artifactId>
+                               <version>1.3</version>
+                               <executions>
+                                       <execution>
+                                               <configuration>
+                                                       <programs>
+                                                               <program>
+                                                                       
<mainClass>org.apache.vxquery.xtest.Main</mainClass>
+                                                                       
<name>xtest</name>
+                                                               </program>
+                                                               <program>
+                                                                       
<mainClass>org.apache.vxquery.xtest.util.DiskPerformance</mainClass>
+                                                                       
<name>diskperformance</name>
+                                                               </program>
+                                                       </programs>
+                                                       
<repositoryLayout>flat</repositoryLayout>
+                                                       
<repositoryName>lib</repositoryName>
+                                               </configuration>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>assemble</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <artifactId>maven-resources-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>copy-xtest-scripts</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       
<goal>copy-resources</goal>
+                                               </goals>
+                                               <configuration>
+                                                       
<outputDirectory>target/appassembler/bin</outputDirectory>
+                                                       <resources>
+                                                               <resource>
+                                                                       
<directory>src/main/resources/scripts</directory>
+                                                               </resource>
+                                                       </resources>
+                                               </configuration>
+                                       </execution>
+                                       <execution>
+                                               <id>copy-xtest-conf</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       
<goal>copy-resources</goal>
+                                               </goals>
+                                               <configuration>
+                                                       
<outputDirectory>target/appassembler/conf</outputDirectory>
+                                                       <resources>
+                                                               <resource>
+                                                                       
<directory>src/main/resources/conf</directory>
+                                                               </resource>
+                                                       </resources>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <artifactId>maven-antrun-plugin</artifactId>
+                               <executions>
+                                       <execution>
+                                               <id>generate-site</id>
+                                               <phase>none</phase>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-surefire-plugin</artifactId>
+                               <configuration>
+                                       <!-- 
<argLine>-agentpath:"${yourkit.home}/bin/mac/libyjpagent.jnilib=sampling"</argLine>
 -->
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
 
-    <distributionManagement>
-        <site>
-            <id>vxquery.website</id>
-            <name>VXQuery Website</name>
-            <url>file:../site/vxquery-xtest/</url>
-        </site>
-    </distributionManagement>
+       <dependencies>
+               <dependency>
+                       <groupId>org.apache.vxquery</groupId>
+                       <artifactId>apache-vxquery-core</artifactId>
+                       <version>0.6-SNAPSHOT</version>
+               </dependency>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>appassembler-maven-plugin</artifactId>
-                <version>1.3</version>
-                <executions>
-                    <execution>
-                        <configuration>
-                            <programs>
-                                <program>
-                                    
<mainClass>org.apache.vxquery.xtest.Main</mainClass>
-                                    <name>xtest</name>
-                                </program>
-                                <program>
-                                    
<mainClass>org.apache.vxquery.xtest.util.DiskPerformance</mainClass>
-                                    <name>diskperformance</name>
-                                </program>
-                            </programs>
-                            <repositoryLayout>flat</repositoryLayout>
-                            <repositoryName>lib</repositoryName>
-                        </configuration>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>assemble</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <artifactId>maven-resources-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>copy-xtest-scripts</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>copy-resources</goal>
-                        </goals>
-                        <configuration>
-                            
<outputDirectory>target/appassembler/bin</outputDirectory>
-                            <resources>
-                                <resource>
-                                    
<directory>src/main/resources/scripts</directory>
-                                </resource>
-                            </resources>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>copy-xtest-conf</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>copy-resources</goal>
-                        </goals>
-                        <configuration>
-                            
<outputDirectory>target/appassembler/conf</outputDirectory>
-                            <resources>
-                                <resource>
-                                    
<directory>src/main/resources/conf</directory>
-                                </resource>
-                            </resources>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>generate-site</id>
-                        <phase>none</phase>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                     <!-- 
<argLine>-agentpath:"${yourkit.home}/bin/mac/libyjpagent.jnilib=sampling"</argLine>
 -->
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>hyracks-api</artifactId>
+               </dependency>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.vxquery</groupId>
-            <artifactId>apache-vxquery-core</artifactId>
-            <version>0.6-SNAPSHOT</version>
-        </dependency>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>hyracks-client</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>edu.uci.ics.hyracks</groupId>
-            <artifactId>hyracks-api</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>hyracks-control-cc</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>edu.uci.ics.hyracks</groupId>
-            <artifactId>hyracks-client</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>hyracks-control-nc</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>edu.uci.ics.hyracks</groupId>
-            <artifactId>hyracks-control-cc</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>hyracks-dataflow-std</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>edu.uci.ics.hyracks</groupId>
-            <artifactId>hyracks-control-nc</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>edu.uci.ics.hyracks</groupId>
+                       <artifactId>hyracks-hdfs-2.x</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>edu.uci.ics.hyracks</groupId>
-            <artifactId>hyracks-dataflow-std</artifactId>
-        </dependency>
-        
-        <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-        </dependency>
+               <dependency>
+                       <groupId>commons-io</groupId>
+                       <artifactId>commons-io</artifactId>
+               </dependency>
 
-        <dependency>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty</artifactId>
-            <scope>compile</scope>
-        </dependency>
-    </dependencies>
+               <dependency>
+                       <groupId>org.apache.hadoop</groupId>
+                       <artifactId>hadoop-hdfs</artifactId>
+               </dependency>
 
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>index</report>
-                            <report>dependencies</report>
-                            <report>plugins</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-                <configuration>
-                    <linkOnly>true</linkOnly>
-                    
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <version>${apache-rat-plugin.version}</version>
-                <configuration>
-                    <excludes>
-                        <exclude>**/ExpectedTestResults/**/*</exclude>
-                        <exclude>**/xqts.txt</exclude>
-                        <exclude>test-suites/**/*</exclude>
-                    </excludes>
-                    <numUnapprovedLicenses>0</numUnapprovedLicenses>
-                    <maxmemory>2g</maxmemory>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <notimestamp>true</notimestamp>
-                    <maxmemory>2g</maxmemory>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
+               <dependency>
+                       <groupId>org.mortbay.jetty</groupId>
+                       <artifactId>jetty</artifactId>
+                       <scope>compile</scope>
+               </dependency>
+       </dependencies>
+
+       <reporting>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               
<artifactId>maven-project-info-reports-plugin</artifactId>
+                               <reportSets>
+                                       <reportSet>
+                                               <reports>
+                                                       <report>index</report>
+                                                       
<report>dependencies</report>
+                                                       <report>plugins</report>
+                                               </reports>
+                                       </reportSet>
+                               </reportSets>
+                               <configuration>
+                                       <linkOnly>true</linkOnly>
+                                       
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.rat</groupId>
+                               <artifactId>apache-rat-plugin</artifactId>
+                               <version>${apache-rat-plugin.version}</version>
+                               <configuration>
+                                       <excludes>
+                                               
<exclude>**/ExpectedTestResults/**/*</exclude>
+                                               <exclude>**/xqts.txt</exclude>
+                                               
<exclude>test-suites/**/*</exclude>
+                                       </excludes>
+                                       
<numUnapprovedLicenses>0</numUnapprovedLicenses>
+                                       <maxmemory>2g</maxmemory>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <configuration>
+                                       <notimestamp>true</notimestamp>
+                                       <maxmemory>2g</maxmemory>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </reporting>
 </project>

Reply via email to