Re: To set a value written in a different file in the pom.xml, at runtime

2008-05-30 Thread Wayne Fay
Rather than showing us what you're doing, tell us what you are trying to do and why, and perhaps someone will have a suggestion on how to achieve it. Wayne On 5/30/08, Shikha.Somani [EMAIL PROTECTED] wrote: Hello, I need to set a particular value in a tag in pom.xml at runtime. I tried to

To set a value written in a different file in the pom.xml, at runtime

2008-05-29 Thread Shikha.Somani
Hello, I need to set a particular value in a tag in pom.xml at runtime. I tried to set the value through the MavenProject object but that value is not accessed by other tags at runtime. I have written the following code. /** * @parameter default-value=${project} * @required */

To set a value written in a different file in the pom.xml, at runtime

2008-05-29 Thread Shikha.Somani
Hello, I need to set a particular value in a tag in pom.xml at runtime. I tried to set the value through the MavenProject object but that value is not accessed by other tags at runtime. I have written the following code. /** * @parameter default-value=${project} * @required */