Skip to content

Commit

Permalink
Specifies resources directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler MacEachern committed Jul 6, 2017
1 parent 717912a commit 982e9da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@

<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>res</directory>
</resource>
</resources>
<testSourceDirectory>test</testSourceDirectory>
<plugins>
<plugin>
Expand Down

0 comments on commit 982e9da

Please sign in to comment.