Hi! If you use IDEA you specify that you want src and docs downloaded. You can also define it in your pom, I forgot which plugin.
/Thomas On Wed, Sep 29, 2010 at 19:25, amaresh mourya <[email protected]> wrote: > Actually I am integrating Maven in IDE. Is there any maven goal which can > do this for me..or any API/method where I can specify artifactInfo and get > it downloaded... > > Thanks, > Amaresh > > On Wed, Sep 29, 2010 at 10:36 PM, Wendy Smoak <[email protected]> wrote: > >> On Wed, Sep 29, 2010 at 12:21 PM, amaresh mourya >> <[email protected]> wrote: >> > I am given groupId:ArtifatcId:Version of a artifact, how can I download >> > Javadoc and sources for this artifact.. I do not want to modify my POM to >> > include plug-in in any phase...Is there any way to direct download. >> >> What are you trying to do with them? Usually your IDE with Maven >> integration will download those for you. >> >> If you just want to download the jars, you can navigate to them with a >> web browser and download them that way. >> >> -- >> Wendy >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > -- Thomas Sundberg M. Sc. in Computer Science Mobile: +46 70 767 33 15 Blog: http://thomassundberg.wordpress.com/ Twitter: @thomassundberg Better software through faster feedback --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
