From 6d328f5d2e9ac884033f3dc876917fc6629b6a5b Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Wed, 26 Jun 2024 07:27:18 +0200 Subject: [PATCH] Use pluginManagement section for config only, redirect test output to files --- pom.xml | 65 ++++++++++++++++++++++++++++++++------------------------- 1 file changed, 37 insertions(+), 28 deletions(-) diff --git a/pom.xml b/pom.xml index 5a3f894..80daac8 100644 --- a/pom.xml +++ b/pom.xml @@ -188,34 +188,43 @@ under the License. - - - com.diffplug.spotless - spotless-maven-plugin - - - - src/**/*.java - - - - - **/pom.xml - - - - - - org.apache.rat - apache-rat-plugin - - - src/it/reproducible/src/main/resources/**/*.txt - .github/*.md - - - - + + + + com.diffplug.spotless + spotless-maven-plugin + + + + src/**/*.java + + + + + **/pom.xml + + + + + + org.apache.rat + apache-rat-plugin + + + src/it/reproducible/src/main/resources/**/*.txt + .github/*.md + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + +