Skip to content

Commit

Permalink
Rename <groups> property to <includedGroups> to prevent clashing
Browse files Browse the repository at this point in the history
  • Loading branch information
Shredder121 committed Dec 9, 2015
1 parent 601608e commit 78ce8f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -35,7 +35,7 @@
</excludedGroups>

<!-- groups to run with surefire plugin - intended to be overridden on the command line -->
<groups></groups>
<includedGroups></includedGroups>

<argLine>-Xms256m -Xmx512m</argLine>

Expand Down Expand Up @@ -414,7 +414,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludedGroups>${excludedGroups}</excludedGroups>
<groups>${groups}</groups>
<groups>${includedGroups}</groups>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit 78ce8f4

Please sign in to comment.