File tree Expand file tree Collapse file tree 1 file changed +37
-28
lines changed Expand file tree Collapse file tree 1 file changed +37
-28
lines changed Original file line number Diff line number Diff line change @@ -163,34 +163,43 @@ under the License.
163163 </dependencies >
164164
165165 <build >
166- <plugins >
167- <plugin >
168- <groupId >com.diffplug.spotless</groupId >
169- <artifactId >spotless-maven-plugin</artifactId >
170- <configuration >
171- <java >
172- <includes >
173- <include >src/**/*.java</include >
174- </includes >
175- </java >
176- <pom >
177- <includes >
178- <include >**/pom.xml</include >
179- </includes >
180- </pom >
181- </configuration >
182- </plugin >
183- <plugin >
184- <groupId >org.apache.rat</groupId >
185- <artifactId >apache-rat-plugin</artifactId >
186- <configuration >
187- <excludes combine.children=" append" >
188- <exclude >src/it/reproducible/src/main/resources/**/*.txt</exclude >
189- <exclude >.github/*.md</exclude >
190- </excludes >
191- </configuration >
192- </plugin >
193- </plugins >
166+ <pluginManagement >
167+ <plugins >
168+ <plugin >
169+ <groupId >com.diffplug.spotless</groupId >
170+ <artifactId >spotless-maven-plugin</artifactId >
171+ <configuration >
172+ <java >
173+ <includes >
174+ <include >src/**/*.java</include >
175+ </includes >
176+ </java >
177+ <pom >
178+ <includes >
179+ <include >**/pom.xml</include >
180+ </includes >
181+ </pom >
182+ </configuration >
183+ </plugin >
184+ <plugin >
185+ <groupId >org.apache.rat</groupId >
186+ <artifactId >apache-rat-plugin</artifactId >
187+ <configuration >
188+ <excludes combine.children=" append" >
189+ <exclude >src/it/reproducible/src/main/resources/**/*.txt</exclude >
190+ <exclude >.github/*.md</exclude >
191+ </excludes >
192+ </configuration >
193+ </plugin >
194+ <plugin >
195+ <groupId >org.apache.maven.plugins</groupId >
196+ <artifactId >maven-surefire-plugin</artifactId >
197+ <configuration >
198+ <redirectTestOutputToFile >true</redirectTestOutputToFile >
199+ </configuration >
200+ </plugin >
201+ </plugins >
202+ </pluginManagement >
194203 </build >
195204
196205 <profiles >
You can’t perform that action at this time.
0 commit comments