Skip to content

Commit

Permalink
Use relative path for resources
Browse files Browse the repository at this point in the history
  • Loading branch information
gmunozfe committed Nov 19, 2024
1 parent 84bcd25 commit 1c49c70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>${project.root.dir}/quarkus/extensions/kogito-quarkus-serverless-workflow-extension/kogito-quarkus-serverless-workflow-integration-test/src/main/resources</directory>
<directory>../kogito-quarkus-serverless-workflow-integration-test/src/main/resources</directory>
<includes>
<include>expression.sw.json</include>
<include>schema/expressionInput.json</include>
Expand Down Expand Up @@ -160,4 +160,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit 1c49c70

Please sign in to comment.