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 A2F529973 for ; Tue, 3 Jan 2012 16:22:48 +0000 (UTC) Received: (qmail 80333 invoked by uid 500); 3 Jan 2012 16:22:46 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 80143 invoked by uid 500); 3 Jan 2012 16:22: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 80135 invoked by uid 99); 3 Jan 2012 16:22:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2012 16:22:46 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dhoffer6@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; Tue, 03 Jan 2012 16:22:38 +0000 Received: by daec6 with SMTP id c6so62285845dae.30 for ; Tue, 03 Jan 2012 08:22:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=kLOZfO+3FAaj6Rgi/1Bliuug3LcxE+mFxzmPD0QdwTc=; b=RJcQUKQcWe7pTtbJYq2Bf34AF97tnnTZH3tuVRblIQa2vUANP0ZTFMsRXiAcEHw/dG tAdmsJxT6LE62y1l0GMJqIhQNiKzZlWUGgzc1e3mfwwyowo64M0zMlmPPrZK/UXNNBY4 18gNKWcabsSimQhGvxlzffwnNOQcfAvlmtG6c= MIME-Version: 1.0 Received: by 10.68.189.196 with SMTP id gk4mr103712004pbc.44.1325607737249; Tue, 03 Jan 2012 08:22:17 -0800 (PST) Received: by 10.142.255.18 with HTTP; Tue, 3 Jan 2012 08:22:17 -0800 (PST) Date: Tue, 3 Jan 2012 09:22:17 -0700 Message-ID: Subject: How to configure properties-maven-plugin to report built in properties/variables From: David Hoffer To: Maven Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org How can I get project variables/properties exported to property file? I'm using properties-maven-plugin and it's good but it only reports things I have explicitly created as properties in my project. I need to also get a report on things that maven already defined such as: scm:svn:https://... scm:svn:https://... https://... ... To get these values reported using this plugin I have to add this to my project: ${project.scm.connection} ${project.scm.developerConnection} ${project.scm.url} This is tedious and error prone. Is there a way to report this without adding variables as properties manually? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org