hgschmie commented on issue #11397:
URL: https://github.com/apache/maven/issues/11397#issuecomment-3498646501

   another easy reproducer is 
   
   - checkout [email protected]:jdbi/jdbi.git
   - remove the "org/jdbi" subtree in your local repository
   - run `MAVEN_ARGS='-o -pl :jdbi3-core -am' make install-fast`
   
   
   which fails with 
   
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-invoker-plugin:3.9.1:install 
(basepom.invoker-integration-testing.default) on project jdbi3-core: The 
following artifacts could not be resolved: 
org.jdbi:jdbi3-bom:pom:3.50.1-SNAPSHOT (absent): Cannot access 
central-snapshots (https://central.sonatype.com/repository/maven-snapshots/) in 
offline mode and the artifact org.jdbi:jdbi3-bom:pom:3.50.1-SNAPSHOT has not 
been downloaded from it before. -> [Help 1]
   ```
   
   because it depends on the bom but does not build it.


-- 
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]

Reply via email to