dschulten opened a new issue, #4337: URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/4337
### Describe the bug The [Spring Boot Maven documentation](https://kie.apache.org/docs/10.2.x/kogito/#proc-customizing-spring-boot-project-creation_kogito-creating-running) for 10.2.x says: > To generate a project based on Kogito process services using the starters property, enter the following command: > ``` > $ mvn archetype:generate \ > -DarchetypeGroupId=org.kie.kogito \ > -DarchetypeArtifactId=kogito-springboot-archetype \ > -DgroupId=org.acme -DartifactId=sample-kogito \ > -DarchetypeVersion=10.2.0 \ > -Dversion=1.0-SNAPSHOT > -Dstarters=processes >``` There is no version 10.2.0 of that archetype in Maven Central. The latest available version in central is 1.10.0.Final from 2021, which uses a very old Spring Boot version. Is there a KIE Maven Repository that needs to be configured? Or would it be possible to publish the latest artifact version? ### Expected behavior _No response_ ### Actual behavior _No response_ ### How to Reproduce? _No response_ ### Output of `uname -a` or `ver` _No response_ ### Output of `java -version` _No response_ ### GraalVM version (if different from Java) _No response_ ### Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM) _No response_ ### Build tool (ie. output of `mvnw --version` or `gradlew --version`) _No response_ ### Additional information _No response_ -- 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]
