Skip to content

Commit

Permalink
fix maven configuration (test resources)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchemit committed Dec 7, 2017
1 parent be5dd73 commit 315d899
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
<outputDirectory>target/classes</outputDirectory>
<testResources>
<testResource>
<directory>test</directory>
<includes>
<include>**/*.yml</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 315d899

Please sign in to comment.