Skip to content

Commit

Permalink
fix source and resource directories in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jul 29, 2014
1 parent e719edc commit 81f81e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -30,6 +30,12 @@
<dependencies>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>src</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 81f81e1

Please sign in to comment.