Skip to content

Commit

Permalink
disable surefire xml generation of ITs as junit is going too deep
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Feb 24, 2022
1 parent 589f4cc commit 94bbbd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/it/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ under the License.
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<disableXmlReport>true</disableXmlReport>
</properties>
<repositories>
<repository>
<id>local.central</id>
Expand Down

0 comments on commit 94bbbd5

Please sign in to comment.