Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tasdemirbahadir/962fd811d4c89e92cf285249493e1c2a to your computer and use it in GitHub Desktop.
Save tasdemirbahadir/962fd811d4c89e92cf285249493e1c2a to your computer and use it in GitHub Desktop.
Surefire plugin stanza for quality measurement project
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M4</version>
<configuration>
<argLine>${jacocoArgLine}</argLine>
<reportsDirectory>${project.test.result.directory}/surefire</reportsDirectory>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment