From 8d92abc4d01eb724084fc5ce81e48f142c8366f5 Mon Sep 17 00:00:00 2001 From: Guilherme Caponetto <638737+caponetto@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:47:49 -0300 Subject: [PATCH] Update project to use timestamped snapshot --- pom.xml | 121 ++++++- .../resources/META-INF/resources/.gitkeep | 0 .../resources/META-INF/resources/index.html | 295 ------------------ src/main/resources/application.properties | 2 +- 4 files changed, 115 insertions(+), 303 deletions(-) create mode 100644 src/main/resources/META-INF/resources/.gitkeep delete mode 100644 src/main/resources/META-INF/resources/index.html diff --git a/pom.xml b/pom.xml index d4874304..8ae7cb0a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,24 +1,72 @@ - + 4.0.0 org.kie.kogito serverless-logic-web-tools-project 0.0.0 - 3.8.1 - false - 11 + 3.11.0 + 17 UTF-8 UTF-8 quarkus-bom io.quarkus.platform - 2.16.8.Final + 3.2.9.Final 3.0.0-M5 org.kie.kogito kogito-bom - 1.42.0.Final + 999-20240218-SNAPSHOT + 0.32.0 + + + + + central + Central Repository + https://repo.maven.apache.org/maven2 + default + + false + + + + apache-public-repository-group + Apache Public Repository Group + https://repository.apache.org/content/groups/public/ + + true + never + + + true + daily + + + + jboss-public-repository-group + JBoss Public Repository Group + https://repository.jboss.org/nexus/content/groups/public/ + default + + true + never + + + true + never + + + + @@ -46,6 +94,16 @@ org.kie.kogito kogito-quarkus-serverless-workflow-devui + + org.webjars.npm + sonataflow-deployment-webapp + ${sonataFlowDeploymentWebapp.version} + + + + org.kie.kogito + kogito-addons-quarkus-process-management + org.kie.kogito kogito-addons-quarkus-data-index-inmemory @@ -58,6 +116,7 @@ org.kie.kogito kogito-addons-quarkus-jobs-service-embedded + io.quarkus quarkus-kubernetes @@ -95,6 +154,54 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-sonataflow-deployment-webapp + process-resources + + unpack + + + + + org.webjars.npm + sonataflow-deployment-webapp + ${sonataFlowDeploymentWebapp.version} + ${project.build.directory}/sonataflow-deployment-webapp + + + false + true + + + + + + maven-resources-plugin + + + copy-sonataflow-deployment-webapp-resources + process-resources + + copy-resources + + + ${project.basedir}/src/main/resources/META-INF/resources + true + + + + ${project.build.directory}/sonataflow-deployment-webapp/META-INF/resources/webjars/sonataflow-deployment-webapp/${sonataFlowDeploymentWebapp.version}/dist + **/* + + + + + + ${quarkus.platform.group-id} quarkus-maven-plugin diff --git a/src/main/resources/META-INF/resources/.gitkeep b/src/main/resources/META-INF/resources/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/src/main/resources/META-INF/resources/index.html b/src/main/resources/META-INF/resources/index.html deleted file mode 100644 index c98570b5..00000000 --- a/src/main/resources/META-INF/resources/index.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - serverless-logic-web-tools-project - 0.0.0 - - - - - -
-
-
quarkus_logo_horizontal_rgb_1280px_reverse
-
-
- - - -
-
-
-

You just made a Quarkus application.

-

This page is served by Quarkus. The source code for this page is in src/main/resources/META-INF/resources/index.html.

-

Configure your application in src/main/resources/application.properties.

-

Your static assets are located in src/main/resources/META-INF/resources/.

-
-
-

Documentation

-
How to Guides
-

Practical step-by-step guides to help you achieve a specific goal. Use them to help get your work done.

-
Set up your IDE
-

Everyone has a favorite IDE they like to use to code. Learn how to configure yours to maximize your Quarkus productivity.

-
-
-
- - diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e2454112..a8c1d879 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -11,7 +11,7 @@ quarkus.log.category."io.zonky".level=ERROR quarkus.log.category."org.flywaydb.".level=ERROR kogito.dev-ui.url=${KOGITO_DEV_UI_URL:http://localhost:8080} -kogito.data-index.url=${KOGITO_DATA_INDEX_URL:http://localhost:8080} +kogito.service.url=${KOGITO_SERVICE_URL:http://localhost:8080} mp.messaging.incoming.kogito_incoming_stream.connector=quarkus-http mp.messaging.incoming.kogito_incoming_stream.path=/