diff --git ant/ivy.xml ant/ivy.xml index e3b0c1c..660385f 100644 --- ant/ivy.xml +++ ant/ivy.xml @@ -15,5 +15,12 @@ limitations under the License. --> - + + + + Hive is a data warehouse infrastructure built on top of Hadoop see + http://wiki.apache.org/hadoop/Hive + + + diff --git build-common.xml build-common.xml index 00c3680..a2236e1 100644 --- build-common.xml +++ build-common.xml @@ -18,7 +18,9 @@ --> - + @@ -83,13 +85,15 @@ - - - - + + + + + + @@ -182,6 +186,19 @@ + + + + + + + + + + + + + + + Writing POM to ${build.dir}/pom.xml + + + + + + + <dependencies> + + <description>Hive is a data warehouse infrastructure built on top of Hadoop see + http://wiki.apache.org/hadoop/Hive </description> + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <scm> + <url>http://svn.apache.org/repos/asf/hive/</url> + </scm> + <dependencies> + + + + + + + + + + + + + + + + + + + diff --git build.xml build.xml index 89b7533..9e15e07 100644 --- build.xml +++ build.xml @@ -18,7 +18,7 @@ --> - + @@ -53,6 +53,7 @@ + @@ -656,5 +657,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + To deploy using maven: + 1) Copy the following to the ~/.m2/settings.xml file please + see:http://maven.apache.org/developers/committer-settings.html + <servers> + <server> + <id>apache.${repo}.https</id> + <username>[username]</username> + <password>[password]</password> + </server> + </servers> + 2)Read + http://www.apache.org/dev/repository-faq.html + http://www.apache.org/dev/publishing-maven-artifacts.html + 3)Run the maven-publish target to publish + the artifact to the ASF Nexus + staging process + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git cli/ivy.xml cli/ivy.xml index 60824dc..f272b91 100644 --- cli/ivy.xml +++ cli/ivy.xml @@ -16,7 +16,13 @@ limitations under the License. --> - + + + + Hive is a data warehouse infrastructure built on top of Hadoop see + http://wiki.apache.org/hadoop/Hive + + diff --git common/ivy.xml common/ivy.xml index 3d0eb0b..bee3bf0 100644 --- common/ivy.xml +++ common/ivy.xml @@ -15,7 +15,13 @@ limitations under the License. --> - + + + + Hive is a data warehouse infrastructure built on top of Hadoop see + http://wiki.apache.org/hadoop/Hive + + diff --git contrib/ivy.xml contrib/ivy.xml index 83df844..194b8b2 100644 --- contrib/ivy.xml +++ contrib/ivy.xml @@ -15,7 +15,14 @@ limitations under the License. --> - + + + + Hive is a data warehouse infrastructure built on top of Hadoop see + http://wiki.apache.org/hadoop/Hive + + + diff --git hbase-handler/ivy.xml hbase-handler/ivy.xml index 83df844..34f5685 100644 --- hbase-handler/ivy.xml +++ hbase-handler/ivy.xml @@ -15,7 +15,14 @@ limitations under the License. --> - + + + + Hive is a data warehouse infrastructure built on top of Hadoop see + http://wiki.apache.org/hadoop/Hive + + + diff --git hwi/ivy.xml hwi/ivy.xml index 8aedd9a..f8e608f 100644 --- hwi/ivy.xml +++ hwi/ivy.xml @@ -15,7 +15,14 @@ limitations under the License. --> - + + + + Hive is a data warehouse infrastructure built on top of Hadoop see + http://wiki.apache.org/hadoop/Hive + + + diff --git ivy.xml ivy.xml index d3ed592..566bb40 100644 --- ivy.xml +++ ivy.xml @@ -16,9 +16,9 @@ --> - + - + Apache Hive @@ -31,6 +31,7 @@ + @@ -39,6 +40,8 @@ conf="checkstyle->default"/> + diff --git ivy/libraries.properties ivy/libraries.properties index 253fd7b..af856bd 100644 --- ivy/libraries.properties +++ ivy/libraries.properties @@ -43,6 +43,7 @@ jline.version=0.9.94 junit.version=3.8.1 ivy.version=2.1.0 log4j.version=1.2.15 +maven-ant-tasks.version=2.1.0 slf4j-api.version=1.6.1 slf4j-log4j12.version=1.6.1 thrift.version=0.5.0 diff --git jdbc/ivy.xml jdbc/ivy.xml new file mode 100644 index 0000000..ec26e74 --- /dev/null +++ jdbc/ivy.xml @@ -0,0 +1,26 @@ + + + + + + + Hive is a data warehouse infrastructure built on top of Hadoop see + http://wiki.apache.org/hadoop/Hive + + + diff --git metastore/ivy.xml metastore/ivy.xml index 2d6e49e..83218fc 100644 --- metastore/ivy.xml +++ metastore/ivy.xml @@ -15,7 +15,13 @@ limitations under the License. --> - + + + + Hive is a data warehouse infrastructure built on top of Hadoop see + http://wiki.apache.org/hadoop/Hive + + diff --git ql/ivy.xml ql/ivy.xml index 4e50079..99f3786 100644 --- ql/ivy.xml +++ ql/ivy.xml @@ -15,7 +15,13 @@ limitations under the License. --> - + + + + Hive is a data warehouse infrastructure built on top of Hadoop see + http://wiki.apache.org/hadoop/Hive + + diff --git serde/ivy.xml serde/ivy.xml index 2b38da4..d6c836a 100644 --- serde/ivy.xml +++ serde/ivy.xml @@ -15,7 +15,13 @@ limitations under the License. --> - + + + + Hive is a data warehouse infrastructure built on top of Hadoop see + http://wiki.apache.org/hadoop/Hive + + diff --git service/ivy.xml service/ivy.xml new file mode 100644 index 0000000..7254a09 --- /dev/null +++ service/ivy.xml @@ -0,0 +1,26 @@ + + + + + + + Hive is a data warehouse infrastructure built on top of Hadoop see + http://wiki.apache.org/hadoop/Hive + + + diff --git shims/ivy.xml shims/ivy.xml index f392c43..a94ac1f 100644 --- shims/ivy.xml +++ shims/ivy.xml @@ -16,7 +16,13 @@ limitations under the License. --> - + + + + Hive is a data warehouse infrastructure built on top of Hadoop see + http://wiki.apache.org/hadoop/Hive + +