Skip to content

Commit

Permalink
fix: test resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Apr 15, 2020
1 parent e00d8ee commit c019b54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,12 @@
</resource>
</resources>
<testResources>
<testResource>
<directory>${basedir}/src/test/java</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</testResource>
<testResource>
<directory>${basedir}/src/test/resources</directory>
</testResource>
<includes>
<include>**/*.*</include>
</includes>
</testResource>
</testResources>
</configuration>
</execution>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c019b54

Please sign in to comment.