Re: Pull javadoc from maven repository?

2019-09-01 Thread Steve Vestal
Thanks, this helped me understand my problem.  The Maven Dependencies are linked back to sources and javadocs in the m2 repository as you pointed out.  My problem was doing this in a plugin project, where the only way I found to export Jena APIs for use by other plugins was to do a dependency:copy-

Re: Pull javadoc from maven repository?

2019-08-31 Thread Andy Seaborne
On 31/08/2019 15:23, Steve Vestal wrote: I am able to pull the release jars following the instructions on the Jena web pages, using                     org.apache.jena            apache-jena-libs            pom            3.12.0      However, this is not sufficient to turn on JavaDoc

Pull javadoc from maven repository?

2019-08-31 Thread Steve Vestal
I am able to pull the release jars following the instructions on the Jena web pages, using                       org.apache.jena            apache-jena-libs            pom            3.12.0       However, this is not sufficient to turn on JavaDoc tooltips in the Eclipse IDE (I'm pulling these in