RalfNaujokat opened a new issue, #12769:
URL: https://github.com/apache/maven/issues/12769

   ### Affected version
   
   4.0.0-rc-6
   
   ### Bug description
   
   I have two projects, that both build fine on my local PC.
   
   One is a very simple hello-world example, the other one is
   a more complex library project with lots of modules.
   Both projects inherit from the same parent, which should act as a
   common parent pom for all of my projects. This parent is currently 
   a SNAPSHOT version.
   
   In my Gitlab Pipeline the small project builds fine, but the bigger project 
fails to build.
   In the 'mvn compile' step the resolution of the parent fails with:
     Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: 
       Could not find artifact 
de.ralfn.dev.maven4-parent-poms:all:pom:26.8.18-SNAPSHOT
       
   Inspecting the logs of my Artifactory Repository shows, that all artifacts
   of the parent are downloaded fine, and a file listing of the local
   repo in the build container shows, that all artifacts are really there.
       
   Both projects are using the same runner, the same docker image
   and the same pipeline.
   When i switch the parent from the snapshot to a release version,
   both projects build fine in the pipeline.
   
   This is a regression, i didn't see this with maven 4.0.0-rc-5
   
   Two logs are are added.
   
   
[hello-world.log](https://github.com/user-attachments/files/31214611/hello-world.log)
   
   [summer.log](https://github.com/user-attachments/files/31214618/summer.log)


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