Skip to content

Commit

Permalink
[incubator-kie-issues#1023] DMN - move significant models to test-res…
Browse files Browse the repository at this point in the history
…ources module (apache#1897)

Co-authored-by: Gabriele-Cardosi <[email protected]>
  • Loading branch information
2 people authored and rgdoliveira committed Mar 27, 2024
1 parent d6e6bc9 commit 9ea6222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kogito-quarkus-examples/dmn-15-quarkus-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9ea6222

Please sign in to comment.