Re: Setting pom properties in mojo

2006-02-22 Thread Sachin Patel
Nope that didn't work. - sachin On Feb 22, 2006, at 6:27 PM, Alexandre Poitras wrote: I have no idea if it has something to do with it but have you tried to get ride of the @readonly annotations on the project property? On 2/22/06, Sachin Patel <[EMAIL PROTECTED]> wrote: How can I set a pr

Re: Setting pom properties in mojo

2006-02-22 Thread Alexandre Poitras
I have no idea if it has something to do with it but have you tried to get ride of the @readonly annotations on the project property? On 2/22/06, Sachin Patel <[EMAIL PROTECTED]> wrote: > How can I set a property in a mojo so that it is accessible in a pom? > > For example I have a dependency... >

Setting pom properties in mojo

2006-02-22 Thread Sachin Patel
How can I set a property in a mojo so that it is accessible in a pom? For example I have a dependency... eclipse org.eclipse.wst.server.core ${version} I have a mojo that needs to dynamically set the versions of my dependencies so I tried adding... /** * @para