Skip to content

Commit

Permalink
analysis: include the folder src/test/resources in the testResources …
Browse files Browse the repository at this point in the history
…section of the pom.xml file, #TASK-6082
  • Loading branch information
jtarraga committed Apr 23, 2024
1 parent dc01b16 commit 74851ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opencga-analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@
<include>log4j2-test.xml</include>
</includes>
</testResource>
<testResource>
<directory>src/test/resources</directory>
</testResource>
</testResources>
<plugins>
<plugin>
Expand Down

0 comments on commit 74851ed

Please sign in to comment.