rombert commented on PR #66: URL: https://github.com/apache/sling-org-apache-sling-starter/pull/66#issuecomment-1117491401
After enabling Maven debugging information I can see the following in the logs: ``` [DEBUG] Located an artifact repository maven-default-http-blocker [DEBUG] Located an artifact repository central [DEBUG] Located a deployment repository apache.snapshots.https ``` which is coming from https://github.com/bndtools/bnd/blob/d18830aad84a55fc8b446a7c30209ada8546ef53/maven/bnd-indexer-maven-plugin/src/main/java/aQute/bnd/maven/indexer/plugin/IndexerMojo.java#L149-L158 . However, the SNAPSHOT artifacts are configured to be downloaded from an artifact repository named 'Nexus', which probably comes from the ASF Infra config: ``` [INFO] Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.launchpad.integration-tests/13-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from Nexus: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.launchpad.integration-tests/13-SNAPSHOT/maven-metadata.xml (1.0 kB at 2.1 kB/s) [INFO] Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.launchpad.integration-tests/13-SNAPSHOT/org.apache.sling.launchpad.integration-tests-13-20220504.132057-21.pom [INFO] Downloaded from Nexus: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.launchpad.integration-tests/13-SNAPSHOT/org.apache.sling.launchpad.integration-tests-13-20220504.132057-21.pom (14 kB at 42 kB/s) [INFO] Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.launchpad.test-services/13-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from Nexus: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.launchpad.test-services/13-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.1 kB/s) [INFO] Downloading from Nexus: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.launchpad.test-services/13-SNAPSHOT/org.apache.sling.launchpad.test-services-13-20220430.192420-11.pom [INFO] Downloaded from Nexus: http://repository.apache.org/snapshots/org/apache/sling/org.apache.sling.launchpad.test-services/13-SNAPSHOT/org.apache.sling.launchpad.test-services-13-20220430.192420-11.pom (7.2 kB at 22 kB/s) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
