Re: [mevenide-user] How to get mevenide to download dependency sources for browsing?
"Milos Kleint" <[email protected]> Thu, 5 Jun 2008 21:08:37 +0200
| Newsgroups | gmane.comp.jakarta.turbine.maven.mevenide.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, I wasn't aware of the fact that there is a "javadoc" type. I always assumed it's just a classifier to the base artifact. Anyway for netbeans to work, you don't need to declare the javadoc or sources in the pom. just left click on the Libraries node of your project and trigger the Download javadoc/source actions. Milos On Thu, Jun 5, 2008 at 7:31 PM, Tarun Elankath <[email protected]> wrote: > > Hi, > > (I am a bit new to maven too, so apologize in advance for mistakes) > > I can get mevenide to download my javadoc for my dependency by using for > example: > <dependency> > <groupId>commons-io</groupId> > <artifactId>commons-io</artifactId> > <version>1.4</version> > <type>javadoc</type> > </dependency> > > But can't seem to get it to download sources - I tried <type>sources</type>, > <type>src</type>, <type>source</type>, but no luck -its a build failure. > Should something else go in the type indicator? > > (The repo1 mvn repository has both sources and javadoc for commons-io in the > example above) > > Thanks, > Tarun > -- > View this message in context: http://www.nabble.com/How-to-get-mevenide-to-download-dependency-sources-for-browsing--tp17675504p17675504.html > Sent from the mevenide - user mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email