slawekjaranowski opened a new pull request, #1563:
URL: https://github.com/apache/maven/pull/1563

   The build result will be as:
   
   ```
   [ERROR] Failed to execute goal on project test-artifact: Could not resolve 
dependencies for project test-group:test-artifact:jar:1
   [ERROR] dependency: org.apache.test:test1:jar:1.0 (compile)
   [ERROR]      Could not find artifact org.apache.test:test1:jar:1.0 in 
central (https://repo.maven.apache.org/maven2)
   [ERROR]      Could not find artifact org.apache.test:test1:jar:1.0 in 
repo.apache-stage (https://repository.apache.org/content/groups/staging/)
   [ERROR] dependency: org.apache.test:test2:jar:1.0 (compile)
   [ERROR]      Could not find artifact org.apache.test:test2:jar:1.0 in 
central (https://repo.maven.apache.org/maven2)
   [ERROR]      Could not find artifact org.apache.test:test2:jar:1.0 in 
repo.apache-stage (https://repository.apache.org/content/groups/staging/)
   ```
   
   ```
   [ERROR] Failed to execute goal on project test-artifact: Could not resolve 
dependencies for project test-group:test-artifact:jar:1
   [ERROR] dependency: org.apache.test:test1:jar:1.0 (compile)
   [ERROR]      Prefix org/apache/test NOT allowed from mirror 
(https://artifactory.office.../artifactory/remote-repos/, default, releases)
   [ERROR]      Could not find artifact org.apache.test:test1:jar:1.0 in payu 
(https://artifactory.office.../artifactory/group-payu/)
   [ERROR] dependency: org.apache.test:test2:jar:1.0 (compile)
   [ERROR]      Prefix org/apache/test NOT allowed from mirror 
(https://artifactory.office.../artifactory/remote-repos/, default, releases)
   [ERROR]      Could not find artifact org.apache.test:test2:jar:1.0 in payu 
(https://artifactory.office..../artifactory/group-payu/)
   ```
   


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to