Skip to content

Commit

Permalink
Merge pull request #2433 from opencb/TASK-6082
Browse files Browse the repository at this point in the history
TASK-6082 - Fix pom.xml to include the src/test/resources folder
  • Loading branch information
jtarraga authored Apr 24, 2024
2 parents dc01b16 + 74851ed commit e7983a1
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 e7983a1

Please sign in to comment.