-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
7.7.0.GA
-
None
When I try to build maven project (see attachment) that references ba-platform-bom 7.7.0.redhat-00002 and kie-server-rest-common I get an error:
[ERROR] Failed to execute goal on project test-jbpm: Could not resolve dependencies for project org.example:test-jbpm:jar:1.0-SNAPSHOT: Failure to find org.apache.maven.wagon:wagon-http-shared:jar:3.0.0.redhat-2 in https://artifactory.mycompany.com.pl/artifactory/etl3.artifactory.btn.proxy was cached in the local repository, resolution will not be reattempted until the update interval of etl3.artifactory.btn.proxy has elapsed or updates are forced -> [Help 1]
There is problem with your global registry maven.repository.redhat.com/ga. https://maven.repository.redhat.com/ga/org/apache/maven/wagon/wagon-http-shared/3.0.0.redhat-2/
returns the error
404 - Path /org/apache/maven/wagon/wagon-http-shared/3.0.0.redhat-2/ not found in group repository "Product Releases Group" [id=product-ga].
Build with version 7.3.1.GA-redhat-00002 of ba-platform-bom succeeds.
- duplicates
-
RHDM-1283 Maven build using offline repository fails with dependency error in offline environment.
- Closed