Skip to content

Commit 97a2fc1

Browse files
author
Vincent Potucek
committed
PoC: integrate Eclipse Formatter Profile into Maven Spotless Plugin - apply
1 parent 3369a20 commit 97a2fc1

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

independent-projects/arc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,9 @@
357357
<artifactId>spotless-maven-plugin</artifactId>
358358
<executions>
359359
<execution>
360-
<phase>process-sources</phase>
360+
<phase>verify</phase>
361361
<goals>
362-
<goal>validate</goal>
362+
<goal>check</goal>
363363
</goals>
364364
</execution>
365365
</executions>

independent-projects/bootstrap/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@
269269
<artifactId>spotless-maven-plugin</artifactId>
270270
<executions>
271271
<execution>
272-
<phase>process-sources</phase>
272+
<phase>verify</phase>
273273
<goals>
274-
<goal>validate</goal>
274+
<goal>check</goal>
275275
</goals>
276276
</execution>
277277
</executions>

independent-projects/enforcer-rules/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@
203203
<artifactId>spotless-maven-plugin</artifactId>
204204
<executions>
205205
<execution>
206-
<phase>process-sources</phase>
206+
<phase>verify</phase>
207207
<goals>
208-
<goal>validate</goal>
208+
<goal>check</goal>
209209
</goals>
210210
</execution>
211211
</executions>

independent-projects/extension-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,9 @@
485485
<artifactId>spotless-maven-plugin</artifactId>
486486
<executions>
487487
<execution>
488-
<phase>process-sources</phase>
488+
<phase>verify</phase>
489489
<goals>
490-
<goal>validate</goal>
490+
<goal>check</goal>
491491
</goals>
492492
</execution>
493493
</executions>

independent-projects/junit5-virtual-threads/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@
248248
<artifactId>spotless-maven-plugin</artifactId>
249249
<executions>
250250
<execution>
251-
<phase>process-sources</phase>
251+
<phase>verify</phase>
252252
<goals>
253-
<goal>validate</goal>
253+
<goal>check</goal>
254254
</goals>
255255
</execution>
256256
</executions>

independent-projects/qute/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@
260260
<artifactId>spotless-maven-plugin</artifactId>
261261
<executions>
262262
<execution>
263-
<phase>process-sources</phase>
263+
<phase>verify</phase>
264264
<goals>
265-
<goal>validate</goal>
265+
<goal>check</goal>
266266
</goals>
267267
</execution>
268268
</executions>

independent-projects/resteasy-reactive/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,9 @@
615615
<artifactId>spotless-maven-plugin</artifactId>
616616
<executions>
617617
<execution>
618-
<phase>process-sources</phase>
618+
<phase>verify</phase>
619619
<goals>
620-
<goal>validate</goal>
620+
<goal>check</goal>
621621
</goals>
622622
</execution>
623623
</executions>

independent-projects/tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@
336336
<artifactId>spotless-maven-plugin</artifactId>
337337
<executions>
338338
<execution>
339-
<phase>process-sources</phase>
339+
<phase>verify</phase>
340340
<goals>
341-
<goal>validate</goal>
341+
<goal>check</goal>
342342
</goals>
343343
</execution>
344344
</executions>

0 commit comments

Comments
 (0)