Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 94530 invoked from network); 26 Feb 2010 00:37:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Feb 2010 00:37:41 -0000 Received: (qmail 72744 invoked by uid 500); 26 Feb 2010 00:37:41 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 72664 invoked by uid 500); 26 Feb 2010 00:37:41 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 72655 invoked by uid 99); 26 Feb 2010 00:37:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2010 00:37:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of waynefay@gmail.com designates 209.85.216.195 as permitted sender) Received: from [209.85.216.195] (HELO mail-px0-f195.google.com) (209.85.216.195) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2010 00:37:34 +0000 Received: by pxi33 with SMTP id 33so1079468pxi.14 for ; Thu, 25 Feb 2010 16:37:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=IBzYQ+b49ReEvDU/6S6t0sSwVT820wvdWgWMj9gvbwE=; b=ab01WcoVS2dfkYqImF3zHZGa7thOUnYB7JkGHhHA5h/OHjmf9anG0KKnKFRclJ3Y5s U2OFH8ABSzqY4vwRs87DDIwmnlTTAk+S6MT/VZ+HfaZJQGqcVGdsE9zJDDzMVOytz4vb lNJMLy8lYus45qPeb1GtGuUOIVpmtkVj6kLKw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TCZUuenXOiM3iHToZgxBeqs2gPLKOzNOqLw50GP0q78zuawxzlBJ3E7wYS8XjzCdJL Qq6WCKIEMg3vyrHS3c4o7hvVVM7D8HBQHW9XmZPNt5/dOzGarjtgE8Xizi+wAwdB6qaN EtqIjGhRjjflxl2Qhz7Fb8B+UtouXefkDhWXw= MIME-Version: 1.0 Received: by 10.143.154.37 with SMTP id g37mr81538wfo.316.1267144633864; Thu, 25 Feb 2010 16:37:13 -0800 (PST) In-Reply-To: <840b91511002250009g15b0a902n909f473ca39bf031@mail.gmail.com> References: <840b91511002250009g15b0a902n909f473ca39bf031@mail.gmail.com> Date: Thu, 25 Feb 2010 18:37:13 -0600 Message-ID: <52bab8691002251637t6b7a233cp2f49a4db7865b126@mail.gmail.com> Subject: Re: Get the effective pom to a program From: Wayne Fay To: Maven Developers List Content-Type: text/plain; charset=UTF-8 > I want to get the effective pom of a given pom file in to a progam that I am > writing. Is there a way to reuse the code in the maven help plugin to get > this done? 1. Probably should be asking this on Maven Users list. 2. This should do it: mvn help:effective-pom | your-program Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org