Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 26195 invoked from network); 17 Dec 2009 18:15:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Dec 2009 18:15:20 -0000 Received: (qmail 53141 invoked by uid 500); 17 Dec 2009 18:15:19 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 53060 invoked by uid 500); 17 Dec 2009 18:15:18 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Delivered-To: moderator for common-dev@hadoop.apache.org Received: (qmail 77640 invoked by uid 99); 15 Dec 2009 01:52:09 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sam.rash@gmail.com designates 209.85.222.198 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Q9wltR4+WHhm89Qw9rrg9YLFS1Vv9dur3i3N5qChdfM=; b=m8SvnUXzfi96G25LxF1vNZ/pV1ojmk/u+r/Qfctnj0XI8KqhRo/l5k1k77vBk/d/ju oraSmPJg9sHHuK8jSdib0YUVA7bZNT75DO9TyK+PfA5UndxDL4hM0KxDno97Gnkz5rqH V7POE68zy9MYpBKx6FOMlp7KYaAdbPFPxhS3E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=LSq8n8spWWxS0LrLvXxx1GFN28k/E5G0Np5BG1ldEGbx702peghZOEAk8OyFzT4Ut8 XDjJ7gzYXDy/RdcXf8EiT1fsxZvD8j0L4hx1+t4OYgB8HJdXxqLKZJKm9U7e0jnBCy0C F+DkMER8AyZ7YVXpUnN6ORutvnmOzJyCuztYc= MIME-Version: 1.0 Date: Mon, 14 Dec 2009 17:51:40 -0800 Message-ID: Subject: hadoop-core via maven or ivy? From: sam rash To: common-dev@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, If I have a project that I want to depend on a version of hadoop-core via maven (or even ivy) what's the best way to do this? Right now it's either manual process or a script to checkout/download hadoop, then use some pom files to do a mvn install locally. It would also be ideal if the hadoop-core either had its dependencies packaged in it (shaded ideally) or this mechanism had its dependencies enumerated so maven or ivy could fetch them. If there's not a good way now, is a maven artifact on the horizon? Thanks, Sam -- Sam Rash sam.rash@gmail.com