Re: [m2] How to set a Mojo property from settings.xml

2005-12-09 Thread Pete
n trying to refer to the property. > > > -Original Message- > From: Jörg Schaible [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 24, 2005 12:21 AM > To: Maven Users List > Subject: RE: [m2] How to set a Mojo property from settings.xml > > Hi David, > > Dav

RE: [m2] How to set a Mojo property from settings.xml

2005-11-25 Thread David Jackman
This is good to know, but I still don't know why I was getting a NullPointerException when trying to refer to the property. -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Thursday, November 24, 2005 12:21 AM To: Maven Users List Subject: RE: [m2] How to

RE: [m2] How to set a Mojo property from settings.xml

2005-11-23 Thread Jörg Schaible
Hi David, David Jackman wrote on Wednesday, November 23, 2005 6:12 PM: > true This does currently not work, see http://jira.codehaus.org/browse/MNG-1586 - Jörg - To unsubscribe, e-mail: [EMAIL PROTE

RE: [m2] How to set a Mojo property from settings.xml

2005-11-23 Thread David Jackman
rs List Subject: Re: [m2] How to set a Mojo property from settings.xml Hi David, Check out this url from the Maven documentation for setting the configuration in the settings.xml file: http://maven.apache.org/guides/introduction/introduction-to-profiles.htm l Regards, Deng David Jackman wrot

Re: [m2] How to set a Mojo property from settings.xml

2005-11-22 Thread Odea Ching
Hi David, Check out this url from the Maven documentation for setting the configuration in the settings.xml file: http://maven.apache.org/guides/introduction/introduction-to-profiles.html Regards, Deng David Jackman wrote: One of the properties for a Mojo I'm writing is really a user-specif

[m2] How to set a Mojo property from settings.xml

2005-11-22 Thread David Jackman
One of the properties for a Mojo I'm writing is really a user-specific thing, and ought to be set in each user's settings.xml file. The guide for configuring plugins only talks about setting configuration properties in pom.xml, but not how to reference values set in settings.xml. How do I do this