-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
6.x.x
-
- BxMS 6.4 (business-central) is behind a firewall that does not have access to Maven Central or any other external maven repository;
- JBoss BPM Suite 6.4.0 Maven Repository;
- Using instructions from [Installation Guide - 7.3. Configuring Maven to Use File System Repositories](https://access.redhat.com/documentation/en/red-hat-jboss-bpm-suite/6.4/single/installation-guide/#using_the_jboss_integration_maven_repository_local_access.)
BxMS 6.4 (business-central) is behind a firewall that does not have access to Maven Central or any other external maven repository; JBoss BPM Suite 6.4.0 Maven Repository; Using instructions from [Installation Guide - 7.3. Configuring Maven to Use File System Repositories] ( https://access.redhat.com/documentation/en/red-hat-jboss-bpm-suite/6.4/single/installation-guide/#using_the_jboss_integration_maven_repository_local_access .)
By following the instructions from xxxx, is not possible to build a project in business-central that contains kie-api dependency if using local Maven Repository without access to any external maven repo (including Maven Central). The dependency is set in project pom.xml:
~~~
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-api</artifactId>
<version>6.5.0.Final-redhat-2</version>
</dependency>
~~~
This dependency is causing the error below since "org.jboss:jboss-parent:pom:19" it not found in BxMS Maven Repo:
~~~
13:03:13,143 ERROR [org.kie.api.builder.KieScanner] (http-127.0.0.1:8080-2) Unable to create MavenProject from InputStream: org.kie.scanner.embedder.MavenEmbedderException: Failed to read artifact descriptor for org.kie:kie-api:jar:6.5.0.Final-redhat-2
...
Caused by: org.apache.maven.model.resolution.UnresolvableModelException: Failure to transfer org.jboss:jboss-parent:pom:19 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.jboss:jboss-parent:pom:19 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org: unknown error
~~~
It is defined in jboss-integration-platform-parent-6.0.8.Final-redhat-3.pom shipped in BxMS Maven Repo:
~~~
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>19</version>
<relativePath></relativePath>
</parent>
~~~
version "19" does not exist in BxMS or EAP Maven repo.
- duplicates
-
RHPAM-1282 Not able to create project in offline environment
- Closed
- relates to
-
RHPAM-1502 Project referencing kie-maven-plugin does not build in offline environment
- Closed
-
RHPAM-1503 [GSS](7.1.x) kie-maven-plugin depends on community JBoss pom
- Closed