Skip to content

Commit

Permalink
Create contents of plugin section
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnysteiner committed Jan 2, 2020
1 parent 52ed245 commit 0aefbf4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions contents of plugin section
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<plugins>
...

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
<configuration>
<suiteXmlFiles>
<suiteXmlfile>src/test/resources/testng.xml</suiteXmlfile>
</suiteXmlFiles>
</configuration>
</plugin>

...
</plugins>

0 comments on commit 0aefbf4

Please sign in to comment.