Commit 4e541f12 authored by Ewen Cheslack-Postava's avatar Ewen Cheslack-Postava
Browse files

Add argLine to surefire override configuration so we maintain the Jenkins...

Add argLine to surefire override configuration so we maintain the Jenkins features of the common pom.
parent a1ba4754
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>