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
...@redhat.com] Sent: Wednesday, March 25, 2009 11:54 AM To: Maven Developers List Subject: Recording build environment I'd like to be able to record the build environment (maven version, java, OS, etc) for each build that is run in a standard way. I originally created a jira issue in the rel

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
ld 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: Recording build environment I'd like to be able to record the build environment (maven version, jav

Re: Recording build environment

2009-03-25 Thread Brett Porter
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: Recording build environment I'd like to be able to record the build environment (maven version, java, OS, etc) for

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
o 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: Recording build environment I'd like to be able to record

RE: Recording build environment

2009-03-25 Thread Brian E. Fox
: Recording build environment I'd like to be able to record the build environment (maven version, java, OS, etc) for each build that is run in a standard way. I originally created a jira issue in the release plugin (MRELEASE-352) to record information just for releases. But now I'

Recording build environment

2009-03-25 Thread Paul Gier
I'd like to be able to record the build environment (maven version, java, OS, etc) for each build that is run in a standard way. I originally created a jira issue in the release plugin (MRELEASE-352) to record information just for releases. But now I'm thinking that this could be useful for an