wpgsh / cloud4water

Apache License 2.0
0 stars 0 forks source link

jaxrs-utils source code is not downloaded by the maven #14

Closed asd1245dss closed 8 years ago

asd1245dss commented 8 years ago

image

alexlukichev commented 8 years ago

Source code will not be available. Javadoc for the artifacts is available though in the Maven repository. It may have something to do with jar vs. bundle packaging.

I have sent a tgz file with javadoc several days ago.

asd1245dss commented 8 years ago

@alexlukichev This is my new email address: huoyexiangyu@aliyun.com You can send me the tgz file again.

alexlukichev commented 8 years ago

For Eclipse to download and display javadocs from the Maven repo, one needs several options to be enabled:

1) Configure Maven to download javadocs by default: go to Window -> Preferences -> Maven, check Download Artifact JavaDoc

eclipse-window-preferences

2) To ensure that the existing projects have javadoc downloaded ose can use the project popup menu:

eclipse-popup