Skip to content

Instantly share code, notes, and snippets.

@x4d3
Created January 16, 2024 18:22
Show Gist options
  • Save x4d3/74f843c04695b2ca799e37551aa3b1fa to your computer and use it in GitHub Desktop.
Save x4d3/74f843c04695b2ca799e37551aa3b1fa to your computer and use it in GitHub Desktop.
C:\Users\xdelamotte\.jdks\temurin-11.0.21\bin\java.exe -Dmaven.multiModuleProjectDirectory=C:\Users\xdelamotte\repo\stats-flink -Djansi.passthrough=true "-Dmaven.home=C:\Users\xdelamotte\AppData\Local\Programs\IntelliJ IDEA Ultimate\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Users\xdelamotte\AppData\Local\Programs\IntelliJ IDEA Ultimate\plugins\maven\lib\maven3\bin\m2.conf" "-Dmaven.ext.class.path=C:\Users\xdelamotte\AppData\Local\Programs\IntelliJ IDEA Ultimate\plugins\maven\lib\maven-event-listener.jar" "-javaagent:C:\Users\xdelamotte\AppData\Local\Programs\IntelliJ IDEA Ultimate\lib\idea_rt.jar=63670:C:\Users\xdelamotte\AppData\Local\Programs\IntelliJ IDEA Ultimate\bin" -Dfile.encoding=UTF-8 -classpath "C:\Users\xdelamotte\AppData\Local\Programs\IntelliJ IDEA Ultimate\plugins\maven\lib\maven3\boot\plexus-classworlds-2.7.0.jar;C:\Users\xdelamotte\AppData\Local\Programs\IntelliJ IDEA Ultimate\plugins\maven\lib\maven3\boot\plexus-classworlds.license" org.codehaus.classworlds.Launcher -Didea.version=2023.3.1 clean install
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------< com.bloomberg.spdl.spaas:spaas-poc >-----------------
[INFO] Building spaas-poc 1.0-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://artprod.dev.bloomberg.com/artifactory/plugins-release/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom
Downloaded from central: https://artprod.dev.bloomberg.com/artifactory/plugins-release/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 5.7 kB/s)
Downloading from central: https://artprod.dev.bloomberg.com/artifactory/plugins-release/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom
Downloaded from central: https://artprod.dev.bloomberg.com/artifactory/plugins-release/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 13 kB/s)
Downloading from central: https://artprod.dev.bloomberg.com/artifactory/plugins-release/org/apache/maven/maven-parent/35/maven-parent-35.pom
Downloaded from central: https://artprod.dev.bloomberg.com/artifactory/plugins-release/org/apache/maven/maven-parent/35/maven-parent-35.pom (46 kB at 59 kB/s)
Downloading from central: https://artprod.dev.bloomberg.com/artifactory/plugins-release/org/apache/apache/25/apache-25.pom
Downloaded from central: https://artprod.dev.bloomberg.com/artifactory/plugins-release/org/apache/apache/25/apache-25.pom (20 kB at 28 kB/s)
Downloading from central: https://artprod.dev.bloomberg.com/artifactory/plugins-release/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar
Downloaded from central: https://artprod.dev.bloomberg.com/artifactory/plugins-release/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 45 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/bloomberg/bsenceng/maven-metadata.xml
[WARNING] Could not transfer metadata com.bloomberg:bsenceng/maven-metadata.xml from/to central (https://repo.maven.apache.org/maven2): status code: 403, reason phrase: Forbidden (403)
[WARNING] com.bloomberg:bsenceng/maven-metadata.xml failed to transfer from https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer metadata com.bloomberg:bsenceng/maven-metadata.xml from/to central (https://repo.maven.apache.org/maven2): status code: 403, reason phrase: Forbidden (403)
Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.+/bcprov-jdk15on-1.+.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.637 s
[INFO] Finished at: 2024-01-16T18:17:14Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project spaas-poc: Could not resolve dependencies for project com.bloomberg.spdl.spaas:spaas-poc:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.bloomberg.cc:libs-ccdistwrapperpacker:jar:1.25.19 -> org.bouncycastle:bcprov-jdk15on:jar:1.+: Failed to read artifact descriptor for org.bouncycastle:bcprov-jdk15on:jar:1.+: The following artifacts could not be resolved: org.bouncycastle:bcprov-jdk15on:pom:1.+ (absent): Could not transfer artifact org.bouncycastle:bcprov-jdk15on:pom:1.+ from/to central (https://repo.maven.apache.org/maven2): status code: 403, reason phrase: Forbidden (403) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Process finished with exit code 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment