Skip to content

Commit

Permalink
include Demo in unit test phase
Browse files Browse the repository at this point in the history
  • Loading branch information
Behrwind committed Jan 29, 2017
1 parent b9d4aeb commit df69bf0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@
<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<includes>
<include>de.triology.blog.testdataloader.demo.Demo</include>
</includes>
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
Expand Down

0 comments on commit df69bf0

Please sign in to comment.