rodrigonull opened a new pull request, #2055: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/2055
Removing the repositories from the pom.xml file caused errors when building kogito-apps: ```02:09:29 [FATAL] Non-resolvable parent POM for org.kie.kogito:kogito-apps:999-SNAPSHOT: The following artifacts could not be resolved: org.kie.kogito:kogito-build-parent:pom:999-SNAPSHOT (absent): Could not find artifact org.kie.kogito:kogito-build-parent:pom:999-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 28, column 11 02:09:29 @ 02:09:29 [ERROR] The build could not read 1 project -> [Help 1] 02:09:29 [ERROR] 02:09:29 [ERROR] The project org.kie.kogito:kogito-apps:999-SNAPSHOT (/home/jenkins/workspace/KIE/kogito/main/other/kogito-apps.weekly-deploy/incubator-kie-kogito-apps/pom.xml) has 1 error 02:09:29 [ERROR] Non-resolvable parent POM for org.kie.kogito:kogito-apps:999-SNAPSHOT: The following artifacts could not be resolved: org.kie.kogito:kogito-build-parent:pom:999-SNAPSHOT (absent): Could not find artifact org.kie.kogito:kogito-build-parent:pom:999-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 28, column 11 -> [Help 2] ``` This PR reverts the change back to avoid having this error. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
