You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by im...@apache.org on 2016/03/18 07:36:57 UTC

[23/27] incubator-asterixdb-hyracks git commit: Address RC0 Comments

Address RC0 Comments

Change-Id: I2a6c4fb809b6fcad578007b8f48bf8bce179cd84
Reviewed-on: https://asterix-gerrit.ics.uci.edu/607
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <ti...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/commit/bb5dc4c9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/tree/bb5dc4c9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/diff/bb5dc4c9

Branch: refs/heads/master
Commit: bb5dc4c9832c9b4e3a43571278b4381a173d906c
Parents: 776894a
Author: Ian Maxon <im...@apache.org>
Authored: Tue Feb 2 18:16:30 2016 -0800
Committer: Ian Maxon <im...@apache.org>
Committed: Wed Feb 10 09:00:13 2016 -0800

----------------------------------------------------------------------
 LICENSE                                         |    4 +-
 .../main/appended-resources/META-INF/LICENSE    |    2 +-
 hyracks/hyracks-documentation/pom.xml           |    9 +
 .../btree-example/btreeclient/pom.xml           |   20 +-
 .../btreeclient/src/main/licenses/LICENSE       |   43 -
 .../btreeclient/src/main/licenses/NOTICE        |   62 +-
 .../btree-example/btreehelper/pom.xml           |    7 +
 .../btree-example/btreeserver/pom.xml           |   20 +-
 .../btreeserver/src/main/licenses/LICENSE       |   43 +-
 .../btreeserver/src/main/licenses/NOTICE        |  102 +-
 .../hyracks-integration-tests/pom.xml           |   23 +-
 .../hyracks-shutdown-test/pom.xml               |    7 +
 .../text-example/textclient/pom.xml             |   20 +-
 .../textclient/src/main/licenses/LICENSE        | 1255 +-----------------
 .../textclient/src/main/licenses/NOTICE         |  402 +-----
 .../text-example/texthelper/pom.xml             |    7 +
 .../text-example/textserver/pom.xml             |    7 +
 .../textserver/src/main/licenses/LICENSE        | 1085 +--------------
 .../textserver/src/main/licenses/NOTICE         |  377 +-----
 .../tpch-example/tpchclient/pom.xml             |    7 +
 .../tpch-example/tpchserver/pom.xml             |   20 +-
 .../tpchserver/src/main/licenses/LICENSE        |   40 -
 .../tpchserver/src/main/licenses/NOTICE         |  103 +-
 hyracks/hyracks-server/pom.xml                  |   20 +-
 .../hyracks-server/src/main/licenses/LICENSE    |   43 +-
 hyracks/hyracks-server/src/main/licenses/NOTICE |   61 +-
 .../hyracks-storage-am-bloomfilter-test/pom.xml |    7 +
 .../hyracks-storage-am-btree-test/pom.xml       |    9 +-
 .../hyracks-storage-am-lsm-btree-test/pom.xml   |    9 +-
 .../hyracks-storage-am-lsm-common-test/pom.xml  |   11 +-
 .../pom.xml                                     |    7 +
 .../hyracks-storage-am-lsm-rtree-test/pom.xml   |    9 +-
 .../hyracks-storage-am-rtree-test/pom.xml       |    9 +-
 .../hyracks-storage-common-test/pom.xml         |    9 +-
 pom.xml                                         |    3 +
 35 files changed, 302 insertions(+), 3560 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/bb5dc4c9/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index a3a8284..e8ff1e1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -261,7 +261,7 @@ hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/javascript/
 and also the Hyracks adminconsole resources at:
 hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/javascript/jquery
 and
-hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/stylesheets/jquery-ui
+hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/stylesheet/jquery-ui
 
    Copyright jQuery Foundation and other contributors, https://jquery.org/
 
@@ -301,7 +301,7 @@ hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/stylesheets
    the terms above.
 
 and also the Hyracks adminconsole resource at:
-hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/static/javascript/jquery/plugins/jquery.getParams.js
+hyracks/hyracks-control/hyracks-control-cc/src/main/resources/static/javascript/jquery/plugins/jquery.getParams.js
 
 
    Copyright (c) 2006 Mathias Bank (http://www.mathias-bank.de)

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/bb5dc4c9/hyracks/hyracks-control/hyracks-control-cc/src/main/appended-resources/META-INF/LICENSE
----------------------------------------------------------------------
diff --git a/hyracks/hyracks-control/hyracks-control-cc/src/main/appended-resources/META-INF/LICENSE b/hyracks/hyracks-control/hyracks-control-cc/src/main/appended-resources/META-INF/LICENSE
index 8dee807..2032bbd 100644
--- a/hyracks/hyracks-control/hyracks-control-cc/src/main/appended-resources/META-INF/LICENSE
+++ b/hyracks/hyracks-control/hyracks-control-cc/src/main/appended-resources/META-INF/LICENSE
@@ -52,7 +52,7 @@ static/javascript/jsplumb/
 and also the Hyracks adminconsole resources at:
 static/javascript/jquery
 and
-static/stylesheets/jquery-ui
+static/stylesheet/jquery-ui
 
    Copyright jQuery Foundation and other contributors, https://jquery.org/
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/bb5dc4c9/hyracks/hyracks-documentation/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks/hyracks-documentation/pom.xml b/hyracks/hyracks-documentation/pom.xml
index cef9191..3dc42ee 100644
--- a/hyracks/hyracks-documentation/pom.xml
+++ b/hyracks/hyracks-documentation/pom.xml
@@ -63,7 +63,16 @@
     		  </books>
     		</configuration>
     	</plugin>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <configuration>
+                 <skip>true</skip>
+            </configuration>
+        </plugin>
     </plugins>
+
+
   </build>
   <dependencies>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/bb5dc4c9/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml b/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
index ae1eb66..b762a90 100644
--- a/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
+++ b/hyracks/hyracks-examples/btree-example/btreeclient/pom.xml
@@ -89,21 +89,11 @@
         </executions>
       </plugin>
       <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-5</version>
-        <executions>
-          <execution>
-            <configuration>
-              <descriptors>
-                <descriptor>src/main/assembly/binary-assembly.xml</descriptor>
-              </descriptors>
-            </configuration>
-            <phase>package</phase>
-            <goals>
-              <goal>attached</goal>
-            </goals>
-          </execution>
-        </executions>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+            <skip>true</skip>
+        </configuration>
       </plugin>
     </plugins>
   </build>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/bb5dc4c9/hyracks/hyracks-examples/btree-example/btreeclient/src/main/licenses/LICENSE
----------------------------------------------------------------------
diff --git a/hyracks/hyracks-examples/btree-example/btreeclient/src/main/licenses/LICENSE b/hyracks/hyracks-examples/btree-example/btreeclient/src/main/licenses/LICENSE
index c4c3eea..a6261fd 100644
--- a/hyracks/hyracks-examples/btree-example/btreeclient/src/main/licenses/LICENSE
+++ b/hyracks/hyracks-examples/btree-example/btreeclient/src/main/licenses/LICENSE
@@ -209,49 +209,6 @@
    subcomponents is subject to the terms and condition of the following
    licenses.
 
-   Components under Apache License 2.0 are as follows:
-
-     - HttpClient (http://hc.apache.org/httpcomponents-client)
-       lib/httpclient-4.3.jar
-     - HttpCore (http://hc.apache.org/httpcomponents-core-ga)
-       lib/httpcore-4.3.jar
-     - Jetty :: Continuation (http://www.eclipse.org/jetty/jetty-continuation)
-       lib/jetty-continuation-8.0.0.RC0.jar
-     - Jetty :: Http Utility (http://www.eclipse.org/jetty/jetty-http)
-       lib/jetty-http-8.0.0.RC0.jar
-     - Jetty :: IO Utility (http://www.eclipse.org/jetty/jetty-io)
-       lib/jetty-io-8.0.0.RC0.jar
-     - Jetty :: Security (http://www.eclipse.org/jetty/jetty-security)
-       lib/jetty-security-8.0.0.RC0.jar
-     - Jetty :: Server Core (http://www.eclipse.org/jetty)
-       lib/jetty-server-8.0.0.RC0.jar
-     - Jetty :: Servlet Handling (http://www.eclipse.org/jetty/jetty-servlet)
-       lib/jetty-servlet-8.0.0.RC0.jar
-     - Jetty :: Utilities (http://www.eclipse.org/jetty/jetty-util)
-       lib/jetty-util-8.0.0.RC0.jar
-     - Jetty :: Webapp Application Support (http://www.eclipse.org/jetty/jetty-webapp)
-       lib/jetty-webapp-8.0.0.RC0.jar
-     - Jetty :: XML utilities (http://www.eclipse.org/jetty/jetty-xml)
-       lib/jetty-xml-8.0.0.RC0.jar
-     - Servlet API (http://www.eclipse.org/jetty/jetty-parent/servlet-api)
-       lib/servlet-api-3.0.20100224.jar
-     - Wicket Core (http://wicket.apache.org/wicket-core/wicket-core)
-       lib/wicket-core-1.5.2.jar
-     - Wicket Request (http://maven.apache.org)
-       lib/wicket-request-1.5.2.jar
-     - Wicket Util (http://maven.apache.org)
-       lib/wicket-util-1.5.2.jar
-     - Apache Commons Codec (http://commons.apache.org/codec/commons-codec)
-       lib/commons-codec-1.4.jar
-     - Commons IO (http://commons.apache.org/io/)
-       lib/commons-io-2.4.jar
-     - Apache Commons Logging (http://commons.apache.org/logging)
-       lib/commons-logging-1.1.1.jar
-     - Commons Lang (http://commons.apache.org/lang/)
-       lib/commons-lang3-3.1.jar
-     - Cglib
-       contained within lib/mockitio-all-2.0.2-beta.jar
-
    ===
 
    Component(s):

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/bb5dc4c9/hyracks/hyracks-examples/btree-example/btreeclient/src/main/licenses/NOTICE
----------------------------------------------------------------------
diff --git a/hyracks/hyracks-examples/btree-example/btreeclient/src/main/licenses/NOTICE b/hyracks/hyracks-examples/btree-example/btreeclient/src/main/licenses/NOTICE
index 7a9806d..d1eb94b 100644
--- a/hyracks/hyracks-examples/btree-example/btreeclient/src/main/licenses/NOTICE
+++ b/hyracks/hyracks-examples/btree-example/btreeclient/src/main/licenses/NOTICE
@@ -1,4 +1,4 @@
-Apache AsterixDB
+Apache AsterixDB Hyracks B-Tree Example Client
 Copyright 2016 The Apache Software Foundation
 
 This product includes software developed at
@@ -6,46 +6,6 @@ The Apache Software Foundation (http://www.apache.org/).
 
 AsterixDB utilizes many libraries, which come with the following applicable NOTICE(s):
 
- - lib/hyracks-api-0.2.17-incubating.jar
-
-    hyracks-api
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-dataflow-common-0.2.17-incubating.jar
-
-    hyracks-dataflow-common
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-dataflow-std-0.2.17-incubating.jar
-
-    hyracks-dataflow-std
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-storage-am-btree-0.2.17-incubating.jar
-
-    hyracks-storage-am-btree
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-storage-am-common-0.2.17-incubating.jar
-
-    hyracks-storage-am-common
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-storage-common-0.2.17-incubating.jar
-
-    hyracks-storage-common
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-data-std-0.2.17-incubating.jar
-
-    hyracks-data-std
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-ipc-0.2.17-incubating.jar
-
-    hyracks-ipc
-    Copyright 2016 The Apache Software Foundation
-
  - lib/mockito-all-2.0.2-beta.jar
 
     Mockito license - MIT.
@@ -59,3 +19,23 @@ AsterixDB utilizes many libraries, which come with the following applicable NOTI
 
     Objenesis - MIT license
     Hamcrest - BSD license
+
+ - lib/httpclient-4.3.jar
+
+    Apache HttpClient
+    Copyright 1999-2013 The Apache Software Foundation
+
+    This product includes software developed at
+    The Apache Software Foundation (http://www.apache.org/).
+
+- lib/httpcore-4.3.jar
+
+    Apache HttpCore
+    Copyright 2005-2013 The Apache Software Foundation
+
+    This product includes software developed at
+    The Apache Software Foundation (http://www.apache.org/).
+
+
+    This project contains annotations derived from JCIP-ANNOTATIONS
+    Copyright (c) 2005 Brian Goetz and Tim Peierls. See http://www.jcip.net

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/bb5dc4c9/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml b/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml
index 121a2ec..2fbe0d9 100644
--- a/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml
+++ b/hyracks/hyracks-examples/btree-example/btreehelper/pom.xml
@@ -70,6 +70,13 @@
           <fork>true</fork>
         </configuration>
       </plugin>
+      <plugin>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-deploy-plugin</artifactId>
+      <configuration>
+          <skip>true</skip>
+      </configuration>
+    </plugin>
     </plugins>
   </build>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/bb5dc4c9/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml b/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml
index 92f1918..fb41891 100644
--- a/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml
+++ b/hyracks/hyracks-examples/btree-example/btreeserver/pom.xml
@@ -64,21 +64,11 @@
         </executions>
       </plugin>
       <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-5</version>
-        <executions>
-          <execution>
-            <configuration>
-              <descriptors>
-                <descriptor>src/main/assembly/binary-assembly.xml</descriptor>
-              </descriptors>
-            </configuration>
-            <phase>package</phase>
-            <goals>
-              <goal>attached</goal>
-            </goals>
-          </execution>
-        </executions>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+            <skip>true</skip>
+        </configuration>
       </plugin>
     </plugins>
   </build>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/bb5dc4c9/hyracks/hyracks-examples/btree-example/btreeserver/src/main/licenses/LICENSE
----------------------------------------------------------------------
diff --git a/hyracks/hyracks-examples/btree-example/btreeserver/src/main/licenses/LICENSE b/hyracks/hyracks-examples/btree-example/btreeserver/src/main/licenses/LICENSE
index 88410b6..af8d738 100644
--- a/hyracks/hyracks-examples/btree-example/btreeserver/src/main/licenses/LICENSE
+++ b/hyracks/hyracks-examples/btree-example/btreeserver/src/main/licenses/LICENSE
@@ -209,47 +209,6 @@
    subcomponents is subject to the terms and condition of the following
    licenses.
 
-   Components under Apache License 2.0 are as follows:
-
-     - HttpClient (http://hc.apache.org/httpcomponents-client)
-       lib/httpclient-4.3.jar
-     - HttpCore (http://hc.apache.org/httpcomponents-core-ga)
-       lib/httpcore-4.3.jar
-     - Jetty :: Continuation (http://www.eclipse.org/jetty/jetty-continuation)
-       lib/jetty-continuation-8.0.0.RC0.jar
-     - Jetty :: Http Utility (http://www.eclipse.org/jetty/jetty-http)
-       lib/jetty-http-8.0.0.RC0.jar
-     - Jetty :: IO Utility (http://www.eclipse.org/jetty/jetty-io)
-       lib/jetty-io-8.0.0.RC0.jar
-     - Jetty :: Security (http://www.eclipse.org/jetty/jetty-security)
-       lib/jetty-security-8.0.0.RC0.jar
-     - Jetty :: Server Core (http://www.eclipse.org/jetty)
-       lib/jetty-server-8.0.0.RC0.jar
-     - Jetty :: Servlet Handling (http://www.eclipse.org/jetty/jetty-servlet)
-       lib/jetty-servlet-8.0.0.RC0.jar
-     - Jetty :: Utilities (http://www.eclipse.org/jetty/jetty-util)
-       lib/jetty-util-8.0.0.RC0.jar
-     - Jetty :: Webapp Application Support (http://www.eclipse.org/jetty/jetty-webapp)
-       lib/jetty-webapp-8.0.0.RC0.jar
-     - Jetty :: XML utilities (http://www.eclipse.org/jetty/jetty-xml)
-       lib/jetty-xml-8.0.0.RC0.jar
-     - Servlet API (http://www.eclipse.org/jetty/jetty-parent/servlet-api)
-       lib/servlet-api-3.0.20100224.jar
-     - Wicket Core (http://wicket.apache.org/wicket-core/wicket-core)
-       lib/wicket-core-1.5.2.jar
-     - Wicket Request (http://maven.apache.org)
-       lib/wicket-request-1.5.2.jar
-     - Wicket Util (http://maven.apache.org)
-       lib/wicket-util-1.5.2.jar
-     - Apache Commons Codec (http://commons.apache.org/codec/commons-codec)
-       lib/commons-codec-1.4.jar
-     - Commons IO (http://commons.apache.org/io/)
-       lib/commons-io-2.4.jar
-     - Apache Commons Logging (http://commons.apache.org/logging)
-       lib/commons-logging-1.1.1.jar
-     - Commons Lang (http://commons.apache.org/lang/)
-       lib/commons-lang3-3.1.jar
-
    ===
 
    Component(s):
@@ -399,7 +358,7 @@
    Component(s):
 
    - JUnit (http://junit.org)
-     lib/junit-4.11.jar
+     lib/junit-4.8.1.jar
 
    Are available under the CPL 1.0:
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/bb5dc4c9/hyracks/hyracks-examples/btree-example/btreeserver/src/main/licenses/NOTICE
----------------------------------------------------------------------
diff --git a/hyracks/hyracks-examples/btree-example/btreeserver/src/main/licenses/NOTICE b/hyracks/hyracks-examples/btree-example/btreeserver/src/main/licenses/NOTICE
index e482955..7786c08 100644
--- a/hyracks/hyracks-examples/btree-example/btreeserver/src/main/licenses/NOTICE
+++ b/hyracks/hyracks-examples/btree-example/btreeserver/src/main/licenses/NOTICE
@@ -1,4 +1,4 @@
-Apache AsterixDB
+Apache AsterixDB Hyracks B-Tree Example Server
 Copyright 2016 The Apache Software Foundation
 
 This product includes software developed at
@@ -6,80 +6,6 @@ The Apache Software Foundation (http://www.apache.org/).
 
 AsterixDB utilizes many libraries, which come with the following applicable NOTICE(s):
 
- - lib/hyracks-api-0.2.17-incubating.jar
-
-    hyracks-api
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-comm-0.2.17-incubating.jar
-
-    hyracks-comm
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-control-cc-0.2.17-incubating.jar
-
-    hyracks-control-cc
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-control-common-0.2.17-incubating.jar
-
-    hyracks-control-common
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-control-nc-0.2.17-incubating.jar
-
-    hyracks-control-nc
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-control-cc-0.2.17-incubating.jar
-
-    hyracks-control-cc
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-ipc-0.2.17-incubating.jar
-
-    hyracks-ipc
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-net-0.2.17-incubating.jar
-
-    hyracks-net
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-dataflow-common-0.2.17-incubating.jar
-
-    hyracks-dataflow-common
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-dataflow-std-0.2.17-incubating.jar
-
-    hyracks-dataflow-std
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-storage-am-btree-0.2.17-incubating.jar
-
-    hyracks-storage-am-btree
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-storage-am-common-0.2.17-incubating.jar
-
-    hyracks-storage-am-common
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-storage-common-0.2.17-incubating.jar
-
-    hyracks-storage-common
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-data-std-0.2.17-incubating.jar
-
-    hyracks-data-std
-    Copyright 2016 The Apache Software Foundation
-
- - lib/hyracks-util-0.2.17-incubating.jar
-
-    hyracks-util
-    Copyright 2016 The Apache Software Foundation
 
  - lib/mockito-all-2.0.2-beta.jar
 
@@ -133,3 +59,29 @@ AsterixDB utilizes many libraries, which come with the following applicable NOTI
 
     Wicket Util
     Copyright 2006-2011 Apache Software Foundation
+
+ - lib/httpclient-4.3.jar
+
+    Apache HttpClient
+    Copyright 1999-2013 The Apache Software Foundation
+
+    This product includes software developed at
+    The Apache Software Foundation (http://www.apache.org/).
+
+- lib/httpcore-4.3.jar
+
+    Apache HttpCore
+    Copyright 2005-2013 The Apache Software Foundation
+
+    This product includes software developed at
+    The Apache Software Foundation (http://www.apache.org/).
+
+
+    This project contains annotations derived from JCIP-ANNOTATIONS
+    Copyright (c) 2005 Brian Goetz and Tim Peierls. See http://www.jcip.net
+
+- lib/commons-logging-1.1.1..jar
+
+    Commons Logging
+    Copyright 2001-2007 The Apache Software Foundation
+

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/bb5dc4c9/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml b/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml
index 675feae..b5119c0 100644
--- a/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml
+++ b/hyracks/hyracks-examples/hyracks-integration-tests/pom.xml
@@ -7,7 +7,7 @@
  ! "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
+ !	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
@@ -38,6 +38,13 @@
 					<target>1.7</target>
 				</configuration>
 			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-deploy-plugin</artifactId>
+				 <configuration>
+					<skip>true</skip>
+				 </configuration>
+				</plugin>
 		</plugins>
 	</build>
 	<properties>
@@ -112,12 +119,12 @@
 			<artifactId>hyracks-data-std</artifactId>
 			<version>0.2.17-SNAPSHOT</version>
 		</dependency>
-  	    <dependency>
-            <groupId>org.apache.hyracks</groupId>
-            <artifactId>hyracks-client</artifactId>
-            <version>0.2.17-SNAPSHOT</version>
-            <type>jar</type>
-            <scope>compile</scope>
-        </dependency>
+  		 <dependency>
+				<groupId>org.apache.hyracks</groupId>
+				<artifactId>hyracks-client</artifactId>
+				<version>0.2.17-SNAPSHOT</version>
+				<type>jar</type>
+				<scope>compile</scope>
+		  </dependency>
 	</dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/bb5dc4c9/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml b/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml
index 270b0dd..562fb22 100644
--- a/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml
+++ b/hyracks/hyracks-examples/hyracks-shutdown-test/pom.xml
@@ -152,6 +152,13 @@
         </execution>
       </executions>
       </plugin>
+      <plugin>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-deploy-plugin</artifactId>
+      <configuration>
+          <skip>true</skip>
+      </configuration>
+    </plugin>
     </plugins>
   </build>
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-hyracks/blob/bb5dc4c9/hyracks/hyracks-examples/text-example/textclient/pom.xml
----------------------------------------------------------------------
diff --git a/hyracks/hyracks-examples/text-example/textclient/pom.xml b/hyracks/hyracks-examples/text-example/textclient/pom.xml
index cb831e9..55654a7 100644
--- a/hyracks/hyracks-examples/text-example/textclient/pom.xml
+++ b/hyracks/hyracks-examples/text-example/textclient/pom.xml
@@ -101,21 +101,11 @@
         </executions>
       </plugin>
       <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-5</version>
-        <executions>
-          <execution>
-            <configuration>
-              <descriptors>
-                <descriptor>src/main/assembly/binary-assembly.xml</descriptor>
-              </descriptors>
-            </configuration>
-            <phase>package</phase>
-            <goals>
-              <goal>attached</goal>
-            </goals>
-          </execution>
-        </executions>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+            <skip>true</skip>
+        </configuration>
       </plugin>
     </plugins>
   </build>