Skip to content

Commit

Permalink
Fix quarkus-cxf-test-list after it was moved one directory deeper some
Browse files Browse the repository at this point in the history
time ago
  • Loading branch information
ppalaga committed Jan 26, 2024
1 parent 926d066 commit fc392d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-util-parent/test-list/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<testJarsPath>${project.build.directory}/${project.artifactId}.xml</testJarsPath>
<fileSets>
<fileSet>
<directory>${basedir}/../integration-tests</directory>
<directory>${basedir}/../../integration-tests</directory>
<includes>
<include>*/pom.xml</include>
</includes>
Expand Down

0 comments on commit fc392d1

Please sign in to comment.