apache / incubator-kie-kogito-examples

Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
257 stars 385 forks source link

kogito documentation is pointing to a branch with compilation errors #1849

Open DanieleCampagnoli opened 10 months ago

DanieleCampagnoli commented 10 months ago

Describe the bug

https://docs.kogito.kie.org/latest/html_single/#con-kogito-modelers_kogito-creating-running

image

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 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)

Apache Maven 3.9.6

Additional information

No response

ricardozanini commented 10 months ago

Hi! Since the migration, we have used 999-SNAPSHOT as the version. Can you try that?