Commit 8fdaa654 authored by Guus der Kinderen's avatar Guus der Kinderen Committed by daryl herzmann

Skip platform-dependant unit tests.

parent 44b23b75
...@@ -24,6 +24,14 @@ ...@@ -24,6 +24,14 @@
<plugin> <plugin>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins> </plugins>
</build> </build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment