Closed SierraGolf closed 10 years ago
The source and javadocs for the latest release are publicly available from Maven Central:
http://search.maven.org/#artifactdetails|org.kuali.maven.wagons|maven-s3-wagon|1.2.1|jar
and also from Kuali's S3 bucket:
http://maven.kuali.org.s3.amazonaws.com/release/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1-javadoc.jar http://maven.kuali.org.s3.amazonaws.com/release/org/kuali/maven/wagons/maven-s3-wagon/1.2.1/maven-s3-wagon-1.2.1-sources.jar
I think I was not clear enough. What I mean is it is not possible to get sources and documentation for dependencies which are only available in s3, meaning the plugin fails to download those.
This is reproducable from the IDE (e.g. idea) and also from command line.
There should not be any dependencies that are only available from Kuali's S3 bucket. All dependencies (even transitive dependencies) should be available from Maven Central
Which dependencies are you not able to acquire source and javadoc for?
... we are still not on the same page.
when uploading dependencies including javadocs and sources through the s3 wagon plugin, it is not possible to retrieve the javadocs and sources for those dependencies from s3.
uploading works, downloading doesn't.
Are you saying you are having difficulty downloading javadocs and sources for dependencies of the maven-s3-wagon? or are you saying something else?
I am saying that I can not download sources and javadocs WITH the s3 wagon plugin of artifacts I deployed WITH the s3 wagon plugin.
That sounds odd indeed. If you examine the S3 ACL of the main artifact, and then compare that with the S3 ACL of the javadoc/sources artifacts, are they the same? They should be.
From the perspective of the wagon, there is no difference between a javadoc/source artifact and the main artifact.
The Maven core supplies the wagon with a list of artifacts to upload. The wagon then uploads everything in that list the exact same way.
I just double checked. It seems to be a bug with idea and version ranges. From CLI I can retrieve the sources and documentation correctly. So it does not seem to be a problem with the s3 plugin after all.
for some reason it seems that the sources and the javadoc though present in the bucket can not be downloaded.