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 CBCCF6750 for ; Thu, 9 Jun 2011 15:37:48 +0000 (UTC) Received: (qmail 5831 invoked by uid 500); 9 Jun 2011 15:37:46 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 5767 invoked by uid 500); 9 Jun 2011 15:37:46 -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 5759 invoked by uid 99); 9 Jun 2011 15:37:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jun 2011 15:37:45 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of keesvandieren@gmail.com designates 209.85.210.43 as permitted sender) Received: from [209.85.210.43] (HELO mail-pz0-f43.google.com) (209.85.210.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jun 2011 15:37:39 +0000 Received: by pzk1 with SMTP id 1so889153pzk.30 for ; Thu, 09 Jun 2011 08:37:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=Rc3kQKqg7BmZbpThhPDJ0f4ddIRkjNuPvqesijxCRYw=; b=Mj6JSOfQWPuBApD3dec7ZwemvF9+VnuI6JMoAdWCIEl+Kook4B1AkXQdKhzmSgvEfR XvP4R6lnbuvwosOJbNNjQNIVAuA4WBH+TBzj6p1MsgKQIXXQ1bY8lPgZERtTnFwId/4C dY3DRxnhqdP1TtMsIVnuG4ZoEMvMUURk12dtI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=ZGeJ4THh26iRwa1lAT5KaG8lwya7VXbB1O4NhfwK4y9P0gd/ZsQJ+2QDKQfLsaVipQ Lo4c0GIaI4xM1kODxX7Koa2voooVQkLQ94OasnSE+d+nCPBOEp/S271TP8eNxcdyyEmE vQ1vgSVpT5elyTCf2MVMMILH2O87NtDyML5NY= MIME-Version: 1.0 Received: by 10.142.166.11 with SMTP id o11mr150364wfe.413.1307633838499; Thu, 09 Jun 2011 08:37:18 -0700 (PDT) Sender: keesvandieren@gmail.com Received: by 10.143.167.14 with HTTP; Thu, 9 Jun 2011 08:37:18 -0700 (PDT) In-Reply-To: <1307617615199-4472327.post@n5.nabble.com> References: <1307617615199-4472327.post@n5.nabble.com> Date: Thu, 9 Jun 2011 17:37:18 +0200 X-Google-Sender-Auth: 131W_1dzqx6f5Cw9Tqb2Bb77xBw Message-ID: Subject: Re: How to print (echo) values from pom.xml From: Kees van Dieren To: Maven Users List Content-Type: multipart/alternative; boundary=000e0cd2e32870a72a04a5493a21 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd2e32870a72a04a5493a21 Content-Type: text/plain; charset=ISO-8859-1 You can use maven help plugin, goal evaluate, for example: mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version See also: http://maven.apache.org/plugins/maven-help-plugin/evaluate-mojo.html Best regards / Met vriendelijke groet, Kees van Dieren Squins | IT, Honestly Oranjestraat 23 2983 HL Ridderkerk The Netherlands Phone: +31 (0)180 415559 Mobile: +31 (0)6 30413841 www.squins.com http://twitter.com/keesvandieren Chamber of commerce Rotterdam: 24435130 Boeken voor school en werk bestel je op studieboekencenter.nl 2011/6/9 manukm07 > Hi, > > Is there a way to print/echo some values in the console, from pom.xml > without using maven-antrun-plugin. ? > > Thanks in advance > Manu. > > -- > View this message in context: > http://maven.40175.n5.nabble.com/How-to-print-echo-values-from-pom-xml-tp4472327p4472327.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --000e0cd2e32870a72a04a5493a21--