This is an automated email from the ASF dual-hosted git repository.
gitgabrio pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new b0f073dd9 [incubator-kie-issues#1023] DMN - move significant models to
test-resources module (#1897)
b0f073dd9 is described below
commit b0f073dd9603d5a6d3a5c08412d18297d4723e71
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Fri Mar 22 08:18:37 2024 +0100
[incubator-kie-issues#1023] DMN - move significant models to test-resources
module (#1897)
Co-authored-by: Gabriele-Cardosi <[email protected]>
---
kogito-quarkus-examples/dmn-15-quarkus-example/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kogito-quarkus-examples/dmn-15-quarkus-example/pom.xml
b/kogito-quarkus-examples/dmn-15-quarkus-example/pom.xml
index 64a8a376c..fa813092a 100644
--- a/kogito-quarkus-examples/dmn-15-quarkus-example/pom.xml
+++ b/kogito-quarkus-examples/dmn-15-quarkus-example/pom.xml
@@ -138,7 +138,7 @@
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/generated-resources</outputDirectory>
- <includes>**/*.dmn</includes>
+ <includes>valid_models/**/*.dmn</includes>
</artifactItem>
</artifactItems>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]