Re: Recording build environment

2009-03-27 Thread Jason van Zyl
{ project.getProperties().put(VERSION_PROPERTY, mavenVersion.toString()); } } } -Original Message- From: Brett Porter [mailto:br...@apache.org] Sent: 25 March 2009 23:29 To: Maven Developers List Subject: Re: Recording build environment I don't think so, but you can get your hands on the Runti

Re: Recording build environment

2009-03-27 Thread Paul Gier
project.getProperties().put(VERSION_PROPERTY, mavenVersion.toString()); } } } -Original Message- From: Brett Porter [mailto:br...@apache.org] Sent: 25 March 2009 23:29 To: Maven Developers List Subject: Re: Recording build environment I don't think so, but you can ge

Re: Recording build environment

2009-03-27 Thread Jason van Zyl
etProperties().put(VERSION_PROPERTY, mavenVersion.toString()); } } } -Original Message- From: Brett Porter [mailto:br...@apache.org] Sent: 25 March 2009 23:29 To: Maven Developers List Subject: Re: Recording build environment I don't thi

Re: Recording build environment

2009-03-27 Thread Jason van Zyl
There's an example somewhere that John made which records whatever you want and attaches that information as part of the deploy. On 27-Mar-09, at 7:04 AM, Paul Gier wrote: It seems reasonable to me to have a property that contains this information, so I created MNG-4112. The property could

Re: Recording build environment

2009-03-27 Thread Paul Gier
ROPERTY, mavenVersion.toString()); } } } -Original Message- From: Brett Porter [mailto:br...@apache.org] Sent: 25 March 2009 23:29 To: Maven Developers List Subject: Re: Recording build environment I don't think so, but you can get your hands on the RuntimeInformation.ROLE component. Bear in mind i

RE: Recording build environment

2009-03-27 Thread Nord, James
; Sent: 25 March 2009 23:29 > To: Maven Developers List > Subject: Re: Recording build environment > > I don't think so, but you can get your hands on the > RuntimeInformation.ROLE component. Bear in mind it will > almost certainly cause your plugin to get broken in Maven 3.0

Re: Recording build environment

2009-03-27 Thread Paul Gier
It seems reasonable to me to have a property that contains this information, so I created MNG-4112. The property could probably also be used to resolve MSHARED-38. Of course the negative part is that the property wouldn't work with earlier versions of maven, but maybe it can start with 3.0.

Re: Recording build environment

2009-03-25 Thread Brett Porter
I don't think so, but you can get your hands on the RuntimeInformation.ROLE component. Bear in mind it will almost certainly cause your plugin to get broken in Maven 3.0 though. - Brett On 26/03/2009, at 6:20 AM, Paul Gier wrote: That's true, I can get the OS and Java version from standard

RE: Recording build environment

2009-03-25 Thread Brian E. Fox
List Subject: Re: Recording build environment That's true, I can get the OS and Java version from standard properties, and then put them in the Manifest or somewhere else. Is there a property that contains the current running version of maven? Brian E. Fox wrote: > It seems like if th

Re: Recording build environment

2009-03-25 Thread Paul Gier
That's true, I can get the OS and Java version from standard properties, and then put them in the Manifest or somewhere else. Is there a property that contains the current running version of maven? Brian E. Fox wrote: It seems like if there were some properties available, or known to the reso

RE: Recording build environment

2009-03-25 Thread Brian E. Fox
It seems like if there were some properties available, or known to the resources plugin, then you could filter these values in anywhere you wanted them. -Original Message- From: Paul Gier [mailto:pg...@redhat.com] Sent: Wednesday, March 25, 2009 11:54 AM To: Maven Developers List Subject: