Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Download sources and javadoc not working

This is expected to work.

Check if some-API-sources.jar is actually available from remote
repositories enabled in pom.xml.

Check you are running m2e 1.1, especially if you are on Juno.

If still does not work, provide small standalone example project and
expect steps to reproduce the problem and we'll have a look.

--
Regards,
Igor

On 12-08-09 8:59 PM, Billy Newman wrote:
So if I am dependent on some-API.jar its in my pom and pulled from my
maven repo, then I should get some-API-sources.jar as well when I
install right?  I tried stepping into the jars classes and they are
not found and the sources jar is not in my local repository so it did
not get downloaded.

Sent from my iPhone >
On Aug 9, 2012, at 6:47 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:

Not sure what you expected to happen, but download sources/javadoc apply
to dependencies of workspace projects. In most cases you do not need to
enable them, m2e will automatically download dependency sources when you
navigate to one of dependency classes using F3 or step into it in debugger.

--
Regards,
Igor

On 12-08-09 8:39 PM, Billy Newman wrote:
So I successfully got m2e plugin installed. But I am having issues
with downloading sources and Javadocs. I went through the window->
preferences -> maven and selected both checkboxes. I then right
click my pom file and select run as maven install. My build runs and
installs just fine but none of my dependencies sources or Javadocs
are pulled down.

Any ideas?

Thanks guys Billy



Back to the top