Hello, I’m using the 2.14.2-SNAPSHOT builds at the moment (need a fix I submitted after 2.14.1). Since I started using the snapshot builds, whenever I click “download sources” in my IDE (so I can view documentation/source as I code against the API), I see the “sources not found” message. I originally thought the sources were not being built for snapshot builds.
https://repository.apache.org/content/repositories/snapshots/org/apache/camel/camel-core/2.14.2-SNAPSHOT/ However, after checking the repo with the link above, I was able to see that some builds include the sources and javadoc, and some don’t. I also noticed that there seem to be two nightly builds which complete 30-60 minutes apart each night, where the first build includes the sources and javadoc, but the second build does not. Here are the available builds, the time they completed, and whether the sources/javadoc jars were included: Fri Feb 13 builds Build 64 03:18 UTC yes Build 65 03:50 UTC no Sat Feb 14 build (just one build for some reason) Build 66 06:33 yes Sun Feb 15 builds Build 67 06:56 UTC yes Build 68 07:54 UTC no Mon Feb 16 builds Build 69 02:30 UTC yes Build 70 03:02 UTC no Tue Feb 17 builds Build 71 02:31 UTC yes Build 72 02:49 UTC no Wed Feb 18 builds Build 73 02:36 UTC yes Build 74 03:06 UTC no Thu Feb 19 builds Build 75 02:34 UTC yes Build 76 03:06 UTC no I see the same pattern with the camel component builds as well (two nightly builds, only first has sources/javadoc jars). Does anyone know what might be happening here? It would be greatly appreciated if this could be fixed so all the builds include the sources and javadoc! Many thanks, Mark