Skip to content

Commit

Permalink
Reporting unit tests as skipped instead of skipping silently.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raptor399 committed Jan 21, 2012
1 parent d8cf4b3 commit dd74c3b
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 211 deletions.
14 changes: 12 additions & 2 deletions pom.xml
Expand Up @@ -358,7 +358,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.0</version>
<version>4.8.1</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -442,7 +442,17 @@
<filtering>true</filtering>
</testResource>
</testResources>


<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.11</version>
</plugin>
</plugins>
</pluginManagement>

<plugins>
<!--
Plugin to add git commit information properties.
Expand Down

0 comments on commit dd74c3b

Please sign in to comment.