Skip to content

Commit

Permalink
Updated pom.xml file #4896
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-martinez committed Aug 16, 2018
1 parent 10c3881 commit 75ab1fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -630,9 +630,13 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<configuration>
<groups>com.example.EssentialTests</groups>
<excludedGroups>com.example.NonEssentialTests</excludedGroups>
<groups>edu.harvard.iq.dataverse.EssentialTests</groups>
<excludedGroups>edu.harvard.iq.dataverse.NonEssentialTests</excludedGroups>
<!-- <includes>
<include>${runSuite}</include>
</includes>-->
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 75ab1fe

Please sign in to comment.