Skip to content

Commit

Permalink
Minor pom tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
ham1 committed Jul 4, 2019
1 parent e315bf6 commit d93d28e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
<configuration>
<!-- Sets arg line for jacoco agent when unit tests are run -->
<argLine>
${surefireArgLine}
</argLine>

<!-- Sets arg line for Jacoco agent when unit tests are run -->
<argLine>${surefireArgLine}</argLine>
<includes>
<include>*/*Spec.*</include>
</includes>
Expand Down Expand Up @@ -381,7 +378,6 @@
</plugin>

<!-- Allure2 -->
<!--Hack seems to be fixed with the new version of the plugin-->
<plugin>
<groupId>io.qameta.allure</groupId>
<artifactId>allure-maven</artifactId>
Expand Down

0 comments on commit d93d28e

Please sign in to comment.