Skip to content

Commit

Permalink
add slf4jtest.properties to print out WARN and ERROR message during u…
Browse files Browse the repository at this point in the history
…nit test execution
  • Loading branch information
stefanseifert committed Jun 28, 2023
1 parent 6b6b293 commit 108f4a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print.level=WARN
6 changes: 6 additions & 0 deletions src/main/resources/META-INF/maven/archetype-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,12 @@
<include>**/*.java</include>
</includes>
</fileSet>
<fileSet filtered="true" encoding="UTF-8">
<directory>src/test/resources</directory>
<includes>
<include>**/*.properties</include>
</includes>
</fileSet>
</fileSets>
</module>
<module id="${rootArtifactId}.dispatcher.ams" dir="dispatcher.ams" name="dispatcher.ams">
Expand Down

0 comments on commit 108f4a2

Please sign in to comment.