Re: executing a profile

2008-06-18 Thread Martin Höller
Hi! Did you try specifying the property in your pom.xml or settings.xml like this: whatever.value hth, - martin On Wednesday 18 June 2008 Karan Malhi wrote: > Thanks for the response Martin, > > I did look at that documentation and added the downloadSources and > downloadJavadocs elements

Re: executing a profile

2008-06-18 Thread Karan Malhi
Thanks for the response Martin, I did look at that documentation and added the downloadSources and downloadJavadocs elements in the pom for the eclipse plugin. However, I have a profile named "assemble". This profile depends on a property named "assemble". So when I run maven like mvn eclipse:ecl

Re: executing a profile

2008-06-18 Thread Martin Höller
On Monday 16 June 2008 Karan Malhi wrote: > Hi, > > I have a requirement to configure the eclipse plugin within the pom so > that I can replace the following > > mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true > -DsomeProperty > > with something in the pom so that I should be abl

Re: executing a profile

2008-06-17 Thread Karan Malhi
** nudge ** On Mon, Jun 16, 2008 at 12:42 PM, Karan Malhi <[EMAIL PROTECTED]> wrote: > Hi, > > I have a requirement to configure the eclipse plugin within the pom so that > I can replace the following > > mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true > -DsomeProperty > > with

executing a profile

2008-06-16 Thread Karan Malhi
Hi, I have a requirement to configure the eclipse plugin within the pom so that I can replace the following mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true -DsomeProperty with something in the pom so that I should be able to simply run mvn eclipse:eclipse and download sources