Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Troubleshooting "Download JavaDoc"

m2e "remembers" missing sources and javadocs in
"m2e-lastUpdated.properties" file found next to the artifact jar in
Maven local repository. Removing m2e-lastUpdated.properties file should
make m2e try to download javadoc/sources.

--
Regards,
Igor

On 11-11-22 12:28 PM, Daniel Serodio (lists) wrote:
We proxy all our artifacts downloading using a local Artifactory server.

I'm trying to download the Javadocs for a library
(resteasy-spring-2.2.2.GA.jar) using m2e's Maven > Download JavaDoc, but
our Artifactory doesn't receive a request for this artifact, there's no
attached Javadoc for this JAR, and I can't see anything related to this
Eclipse log doesn't seem to contain anything related to this download.

I did the same "Download JavaDoc" for a different library and saw a 404
error in Eclipse's logs, so it's not like this functionality is
completely broken.

How can I troubleshoot this problem?

Regards,
Daniel Serodio

PS.: I think there should be some kind of notification for these
requests, on the "Maven Console" view or somewhere similar. Digging thru
Eclipse's log should not be necessary.
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top