Skip to content

Commit

Permalink
Unit tests were missing in the Maven build. Added another Test file p…
Browse files Browse the repository at this point in the history
…attern, so all tests are executed at the Maven build.
  • Loading branch information
dennisstritzke committed Sep 18, 2016
1 parent 0bf8b0a commit 0bde6bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<configuration>
<includes>
<include>**/*Documentation.java</include>
<include>**/*Test.java</include>
</includes>
</configuration>
</plugin>
Expand Down

0 comments on commit 0bde6bd

Please sign in to comment.