You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "michael-o (via GitHub)" <gi...@apache.org> on 2023/04/23 15:58:32 UTC

[GitHub] [maven] michael-o commented on pull request #1095: MNG-7758 workaround

michael-o commented on PR #1095:
URL: https://github.com/apache/maven/pull/1095#issuecomment-1519098927

   Something isn't right:
   before:
   ```
   $ mvn clean validate -U
   [INFO] Scanning for projects...
   [INFO]
   [INFO] --------------< com.siemens.lda.cafe:service-controller >---------------
   [INFO] Building service-controller 2.5-SNAPSHOT
   [INFO]   from pom.xml
   [INFO] --------------------------------[ jar ]---------------------------------
   Downloading from lda-public: https://deblndw011x.ad001.siemens.net/nexus/content/groups/lda-public/org/awaitility1/awaitility1/3.1.6/awaitility1-3.1.6.pom
   Downloading from dynamowerk-public: https://deblndw011x.ad001.siemens.net/nexus/content/groups/dynamowerk-public/org/awaitility1/awaitility1/3.1.6/awaitility1-3.1.6.pom
   Downloading from central-mirror: https://deblndw011x.ad001.siemens.net/nexus/content/repositories/central/org/awaitility1/awaitility1/3.1.6/awaitility1-3.1.6.pom
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  2.480 s
   [INFO] Finished at: 2023-04-23T17:56:46+02:00
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal on project service-controller: Could not resolve dependencies for project com.siemens.lda.cafe:service-controller:jar:2.5-SNAPSHOT: Failed to collect dependencies at org.awaitility1:awaitility1:jar:3.1.6: Failed to read artifact descriptor for org.awaitility1:awaitility1:jar:3.1.6: Could not transfer artifact org.awaitility1:awaitility1:pom:3.1.6 from/to lda-public (https://deblndw011x.ad001.siemens.net/nexus/content/groups/lda-public/): authorization failed for https://deblndw011x.ad001.siemens.net/nexus/content/groups/lda-public/org/awaitility1/awaitility1/3.1.6/awaitility1-3.1.6.pom, status: 403 Forbidden -> [Help 1]
   ```
   after:
   ```
   $ /tmp/apache-maven-4.0.0-alpha-6-SNAPSHOT/bin/mvn clean validate -U
   [INFO] Scanning for projects...
   [INFO]
   [INFO] ---------------------------------------< com.siemens.lda.cafe:service-controller >----------------------------------------
   [INFO] Building service-controller 2.5-SNAPSHOT
   [INFO]   from pom.xml
   [INFO] ---------------------------------------------------------[ jar ]----------------------------------------------------------
   Downloading from lda-public: https://deblndw011x.ad001.siemens.net/nexus/content/groups/lda-public/org/awaitility1/awaitility1/3.1.6/awaitility1-3.1.6.pom
   Downloading from dynamowerk-public: https://deblndw011x.ad001.siemens.net/nexus/content/groups/dynamowerk-public/org/awaitility1/awaitility1/3.1.6/awaitility1-3.1.6.pom
   Downloading from central-mirror: https://deblndw011x.ad001.siemens.net/nexus/content/repositories/central/org/awaitility1/awaitility1/3.1.6/awaitility1-3.1.6.pom
   [WARNING] The POM for org.awaitility1:awaitility1:jar:3.1.6 is missing, no dependency information available
   [INFO]
   [INFO] --- clean:3.2.0:clean (default-clean) @ service-controller ---
   [INFO] Deleting /var/osipovmi/Projekte/lda-cafe/backend-services/service-controller/target
   [INFO]
   [INFO] --- enforcer:3.1.0:enforce (enforce-maven) @ service-controller ---
   [INFO] --------------------------------------------------------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] --------------------------------------------------------------------------------------------------------------------------
   [INFO] Total time:  3.664 s
   [INFO] Finished at: 2023-04-23T17:57:03+02:00
   [INFO] --------------------------------------------------------------------------------------------------------------------------
   ```
   
   Will debug...


-- 
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-unsubscribe@maven.apache.org

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