Hi everyone,
for my project using Java3D I followed the information posted
here. So the libraries are retrieved from the
maven repositoryWhat I am missing are the sources, e.g. a sources.jar bundled together with the library. So that my IDE could also show the sources and the javadoc of the classes. In the repo I see a file java3d-core-1.7.1-sources.jar.lastUpdated, but it's not what I expect. I also can find a java3d-core-1.7.1-javadoc.jar there, but this is only the html javadoc.
So beside of a java3d-core-1.7.1.jar I expect to have a java3d-core-1.7.1-sources.jar. Same for the related libraries like vecmath, etc.
Example for 1.5.2 in our internal Nexus:
Is there a way to provide this in the repo?
Thanks in advance and thanks for your great work,
Andreas.