slawekjaranowski commented on issue #11493:
URL: https://github.com/apache/maven/issues/11493#issuecomment-3582788300

   Probably I have, in:
   `MavenRepositorySystem` we have:
   
   ```java
       public ArtifactRepository 
buildArtifactRepository(org.apache.maven.model.Repository repo)
               throws InvalidRepositoryException {
   ....
               ArtifactRepositoryLayout layout = new DefaultRepositoryLayout(); 
<---- layout should be taken from repository
   
               return createArtifactRepository(id, url, layout, snapshots, 
releases);
   ....
       }
   
   ```


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