Skip to content

Commit

Permalink
#399: Apparently can't have multiple <directory>s in a <resource>
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxFaux committed Oct 17, 2011
1 parent 4bd7667 commit cae3555
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,11 @@
<outputDirectory>${basedir}/target/classes</outputDirectory>
<resources>
<resource>
<directory>src/main/plugins-alpha</directory>
<directory>src/main/plugins</directory>
</resource>
<resource>
<directory>src/main/plugins-alpha</directory>
</resource>
</resources>
</configuration>
</execution>
Expand Down

0 comments on commit cae3555

Please sign in to comment.