Re: Unable to download artifact sources

2008-09-30 Thread Thor
Thanks a lot Sam... It worked like a charm! My regards... On Tue, Sep 30, 2008 at 4:33 PM, Samuel Le Berrigaud <[EMAIL PROTECTED]>wrote: > Hi Thor, > > the downloadSources flag is only used by some specific plugins. None > of them being bound to the clean or package lifecycles. > Depending wheth

Re: Unable to download artifact sources

2008-09-30 Thread Thor
Yes I've already checked that... On Tue, Sep 30, 2008 at 4:30 PM, Wayne Fay <[EMAIL PROTECTED]> wrote: > Maven can only download that which has been uploaded and is available. > Are you certain the Struts files (sources and javadoc) corresponding > to this version are available? > > If you aren'

Re: Unable to download artifact sources

2008-09-30 Thread Samuel Le Berrigaud
Hi Thor, the downloadSources flag is only used by some specific plugins. None of them being bound to the clean or package lifecycles. Depending whether you're using Eclipse or IntellIiJ IDEA you can run: mvn eclipse:eclipse -DdownloadSources or mvn idea:idea -DdownloadSources This will create th

Re: Unable to download artifact sources

2008-09-30 Thread Wayne Fay
Maven can only download that which has been uploaded and is available. Are you certain the Struts files (sources and javadoc) corresponding to this version are available? If you aren't sure, you can walk the directory at http://repo1.maven.org/maven2/ to see for yourself. Wayne On Tue, Sep 30, 2

Unable to download artifact sources

2008-09-30 Thread Thor
Hello everyone. Thanks for reading. I know this is really basic, but here goes... I'm having trouble downloading the sources from the central maven repo. I just created a project using the struts2-archetype-starter, updated the pom to the struts2's latest version (2.0.11.2) Then, when I ran mvn