Skip to content

Commit 837ad20

Browse files
author
Vincent Potucek
committed
activate missing check goal of maven-spotless-plugin
1 parent d40fef0 commit 837ad20

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,10 @@ THE SOFTWARE.
286286
</dependencies>
287287
<executions>
288288
<execution>
289-
<id>validate</id>
290289
<goals>
291290
<goal>check</goal>
292291
</goals>
293-
<phase>validate</phase>
292+
<phase>verify</phase>
294293
</execution>
295294
</executions>
296295
</plugin>
@@ -321,6 +320,14 @@ THE SOFTWARE.
321320
<trimTrailingWhitespace />
322321
</java>
323322
</configuration>
323+
<executions>
324+
<execution>
325+
<goals>
326+
<goal>check</goal>
327+
</goals>
328+
<phase>verify</phase>
329+
</execution>
330+
</executions>
324331
</plugin>
325332
<plugin>
326333
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)