Skip to content

Commit

Permalink
Explicitly specify test resources in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroOne3010 committed Aug 3, 2018
1 parent 439d78a commit 3c978a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<include>README.md</include>
</includes>
</testResource>
<testResource>
<directory>${project.basedir}/src/test/resources</directory>
</testResource>
</testResources>

<plugins>
Expand Down

0 comments on commit 3c978a4

Please sign in to comment.