Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
change to our maven
Browse files Browse the repository at this point in the history
  • Loading branch information
tjake committed Feb 8, 2012
1 parent 6c1301d commit e36e75e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<property name="checkstyle.conf.dir" location="${hive.root}/checkstyle"/>
<property name="checkstyle.build.dir" location="${build.dir.hive}/checkstyle"/>
<property name="md5sum.format" value="{0} {1}"/>
<property name="settings.file" value="${user.home}/.m2/settings.xml"/>

<!-- Ignore Postgres upgrade scripts unless 'include.postgres' is true -->
<condition property="metastore.excludes"
Expand Down Expand Up @@ -996,11 +997,11 @@
</then>
<else>
<artifact:deploy
file="${mvn.jar.dir}/hive-${hive.project}-${version}.jar">
file="${mvn.jar.dir}/hive-${hive.project}-${version}.jar" settingsFile="${settings.file}">
<pom refid="hive.project.pom" />
<remoteRepository
id="apache.snapshots.https"
url="https://repository.apache.org/content/repositories/snapshots" />
id="datastax-snapshots"
url="http://mvn.riptano.com/content/repositories/snapshots" />
</artifact:deploy>
</else>
</if>
Expand Down

0 comments on commit e36e75e

Please sign in to comment.