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] > >
