the examples can be complited and executed locally
Actual behavior
during compliation I have the following error
mvn clean compile spring-boot:run
Unresolveable build extension: Plugin org.kie.kogito:kogito-maven-plugin:2.0.0-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.kie.kogito:kogito-maven-plugin:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie:kie-pmml-bom:pom:9.46.0-SNAPSHOT in apache-public-repository-group (https://repository.apache.org/content/groups/public/) -> [Help 2]
How to Reproduce?
mvn clean compile spring-boot:run on one of the examples
Output of uname -a or ver
Microsoft Windows [Versione 10.0.19045.3803]
Output of java -version
java version "17.0.5" 2022-10-18 LTS
GraalVM version (if different from Java)
NA
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
NA
Build tool (ie. output of mvnw --version or gradlew --version)
Describe the bug
https://docs.kogito.kie.org/latest/html_single/#con-kogito-modelers_kogito-creating-running
Expected behavior
the examples can be complited and executed locally
Actual behavior
during compliation I have the following error
mvn clean compile spring-boot:run
Unresolveable build extension: Plugin org.kie.kogito:kogito-maven-plugin:2.0.0-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.kie.kogito:kogito-maven-plugin:jar:2.0.0-SNAPSHOT: Could not find artifact org.kie:kie-pmml-bom:pom:9.46.0-SNAPSHOT in apache-public-repository-group (https://repository.apache.org/content/groups/public/) -> [Help 2]
How to Reproduce?
mvn clean compile spring-boot:run on one of the examples
Output of
uname -a
orver
Microsoft Windows [Versione 10.0.19045.3803]
Output of
java -version
java version "17.0.5" 2022-10-18 LTS
GraalVM version (if different from Java)
NA
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
NA
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.6
Additional information
No response