Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF67B108AA for ; Wed, 18 Sep 2013 22:24:44 +0000 (UTC) Received: (qmail 91333 invoked by uid 500); 18 Sep 2013 22:24:41 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 91060 invoked by uid 500); 18 Sep 2013 22:24:39 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 91052 invoked by uid 99); 18 Sep 2013 22:24:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Sep 2013 22:24:39 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of waynefay@gmail.com designates 209.85.220.52 as permitted sender) Received: from [209.85.220.52] (HELO mail-pa0-f52.google.com) (209.85.220.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Sep 2013 22:24:32 +0000 Received: by mail-pa0-f52.google.com with SMTP id kq13so8832848pab.11 for ; Wed, 18 Sep 2013 15:24:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=zqElwieJ3KLI9ss9X7wL5gJ8lHWIWpbuwLN0iCJYW8A=; b=t1rWrp4+ybmdsqcamPKErinC5RyYutNssXsugoaskp5+pFHzSW7yR06LAhafvIA+Kk H7MVPa0M190+UUsGnx7g2PJJh0of98Akm1+2WifcBAXDP4NJafaJWEUcoXeOazNs08wn XYKWtn/zJEJlnxU2H7UQCD3LCZy6aUTjARZfuFeRxgl6oqlx4GFD2+YD/bpVuaf16ohv niDm8ncv4ZMJu5a9Io2/ptmtYO2tAmR3kav0x7XBVECL4DsxaCJnZKF0HdZPjNWoyuzu jKNN2jYhI1Y6wmt0UZQehKBzCjc592D6MQK8HVn/QrKCxjfnvAbkOTKtYTk5T/WrEcWz urqw== X-Received: by 10.66.136.131 with SMTP id qa3mr45305430pab.77.1379543051338; Wed, 18 Sep 2013 15:24:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.2.3 with HTTP; Wed, 18 Sep 2013 15:23:51 -0700 (PDT) In-Reply-To: <97f92cc55db1428093c07dcd8fb7559f@MAIL-02.mc.local> References: <97f92cc55db1428093c07dcd8fb7559f@MAIL-02.mc.local> From: Wayne Fay Date: Thu, 19 Sep 2013 00:23:51 +0200 Message-ID: Subject: Re: Embedding Maven in an application To: Maven Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org > Im creating an application where I would like to do the following: Parse a pom > and add a specific dependency to classpath. ... > Maven itself solve this very easily. Is there an easy way to embed this functionality > from Maven into an application? Most likely you will want to look at/leverage the Aether API for this purpose. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org