Skip to content

Commit

Permalink
Fix misplaced configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed Feb 5, 2013
1 parent e93050f commit 6506a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
<configuration>
<includes>
<include>**/*ST.java</include>
<parallel>methods</parallel>
<threadCount>${threads}</threadCount>
</includes>
<parallel>methods</parallel>
<threadCount>${threads}</threadCount>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 6506a1d

Please sign in to comment.