Commit 657c50ae authored by Ewen Cheslack-Postava's avatar Ewen Cheslack-Postava Committed by GitHub
Browse files

Merge pull request #122 from ewencp/fix-argline

Add argLine to surefire override configuration so we maintain the Jenkins features of the common pom.
parents a1ba4754 4e541f12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <argLine>-Dtests.security.manager=false</argLine>
                    <argLine>@{argLine} -Djava.awt.headless=true -Dtests.security.manager=false</argLine>
                </configuration>
            </plugin>
            <plugin>