From ef9a9bde64fa390999382aa0c5680a61a140f67d Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 18 Jun 2015 22:00:17 -0400 Subject: [PATCH] Corrected a problem that prevented assertions from being enabled ont he surefire plugin. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f70ea74..f7159fb 100644 --- a/pom.xml +++ b/pom.xml @@ -320,7 +320,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>2.18.1</version> <configuration> - <argLine>-enableassertions</argLine> + <enableAssertions>true</enableAssertions> </configuration> </plugin> <plugin> -- GitLab