Nikita Amelchev created IGNITE-28643:
----------------------------------------
Summary: Fix website documentation publishing job
Key: IGNITE-28643
URL: https://issues.apache.org/jira/browse/IGNITE-28643
Project: Ignite
Issue Type: Task
Reporter: Nikita Amelchev
Assignee: Nikita Amelchev
The GitHub Action job for publishing website documentation fails due to Maven
enforcer release check error. The check runs on module modules/core, which
depends on org.apache.ignite:ignite-codegen2:jar:2.18.0 (provided scope). This
artifact is not found in Maven Central, causing
DependencyGraphBuilderException. This module is not intended for release, so it
should be excluded from the validation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)