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

   ### Affected version
   
   4.0.0-rc5
   
   ### Bug description
   
   Maven 4.0.0-rc5 regresses relative to 3.9.14 in resolving / downloading a 
specific internal project / library against a specific internal artifact 
server, yielding
   
   > Prefix dhbcore/dhbcore/7.0.1.3/dhbcore-7.0.1.3.jar NOT allowed from 
my-server-id 
(https://my-jfrog-artifactory-remote-server/artifactory/my-virtual-repository, 
default, releases)
   
   To reproduce locally,
   
   ```
   rm -rf ~/.m2/repository/dhbcore/
   
   ~/apache-maven-3.9.14/bin/mvn \
     org.apache.maven.plugins:maven-dependency-plugin:3.3.0:get \
     -Dartifact=dhbcore:dhbcore:7.0.1.3
   ```
   
   // works
   
   ```
   rm -rf ~/.m2/repository/dhbcore/
   
   ~/apache-maven-4.0.0-rc-5/bin/mvn \
     org.apache.maven.plugins:maven-dependency-plugin:3.3.0:get \
     -Dartifact=dhbcore:dhbcore:7.0.1.3
   ```
   
   --> Fails with `Prefix ... NOT allowed ...`.
   
   I am slightly at a loss how to debug this, to be honest; advice appreciated.


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