Re: What scope should source and javadoc dependencies be declared with?

2010-12-16 Thread Anders Hammar
You don't specify anything, you just either configure m2e to download sources/javadoc och right-click on the dependency and select "Maven->Download...". http://www.sonatype.com/books/m2eclipse-book/reference/dependencies.html#dependencies-sect-downloading-source /Anders On Fri, Dec 17, 2010 at 04

Re: What scope should source and javadoc dependencies be declared with?

2010-12-16 Thread Steve Cohen
Actually, that's what I am using. Ok, where in the m2eclipse user interface SHOULD I add the javadoc dependencies? Is it in the dependencies section of the POM editor and if not, then where? On 12/16/2010 02:36 PM, Reynald Borer wrote: Hi Steve, Note sure what you are trying to do here

Re: What scope should source and javadoc dependencies be declared with?

2010-12-16 Thread Reynald Borer
Hi Steve, Note sure what you are trying to do here but source and javadoc dependencies are not defined to be added as dependencies. Instead they are used by tools like m2eclipse [1] that download them whenever you access a class of one of your dependency. M2eclipse is really convenient, you

Re: What scope should source and javadoc dependencies be declared with?

2010-12-16 Thread Ron Wheeler
On 16/12/2010 11:13 AM, Steve Cohen wrote: On 12/16/2010 07:52 AM, Wendy Smoak wrote: On Thu, Dec 16, 2010 at 8:46 AM, Steve Cohen wrote: I wish to update a project to use the later version of a dependency. There are some incompatibilities and I'd like to try to come up to speed quickly. I

Re: What scope should source and javadoc dependencies be declared with?

2010-12-16 Thread Steve Cohen
On 12/16/2010 07:52 AM, Wendy Smoak wrote: On Thu, Dec 16, 2010 at 8:46 AM, Steve Cohen wrote: I wish to update a project to use the later version of a dependency. There are some incompatibilities and I'd like to try to come up to speed quickly. In the past I've simply gone to the project's w

What scope should source and javadoc dependencies be declared with?

2010-12-16 Thread Steve Cohen
Kind of a newb9ie question: I wish to update a project to use the later version of a dependency. There are some incompatibilities and I'd like to try to come up to speed quickly. In the past I've simply gone to the project's web site and browsed or downloaded javadoc and/or source. But what'

Re: What scope should source and javadoc dependencies be declared with?

2010-12-16 Thread Wendy Smoak
On Thu, Dec 16, 2010 at 8:46 AM, Steve Cohen wrote: > I wish to update a project to use the later version of a dependency. There > are some incompatibilities and I'd like to try to come up to speed quickly. >  In the past I've simply gone to the project's web site and browsed or > downloaded javad

What scope should source and javadoc dependencies be declared with?

2010-12-16 Thread Steve Cohen
Kind of a newb9ie question: I wish to update a project to use the later version of a dependency. There are some incompatibilities and I'd like to try to come up to speed quickly. In the past I've simply gone to the project's web site and browsed or downloaded javadoc and/or source. But what'