Skip to content

Commit 8f20363

Browse files
committed
Add format plugin to remaining modules
1 parent 4ce02ea commit 8f20363

File tree

3 files changed

+30
-13
lines changed

3 files changed

+30
-13
lines changed

integration-tests/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,23 @@
203203
<surefireArgLine></surefireArgLine>
204204
<failsafeArgLine></failsafeArgLine>
205205
</properties>
206+
<build>
207+
<plugins>
208+
<plugin>
209+
<groupId>com.coveo</groupId>
210+
<artifactId>fmt-maven-plugin</artifactId>
211+
<version>2.8</version>
212+
<executions>
213+
<execution>
214+
<phase>test</phase>
215+
<goals>
216+
<goal>check</goal>
217+
</goals>
218+
</execution>
219+
</executions>
220+
</plugin>
221+
</plugins>
222+
</build>
206223
</profile>
207224
</profiles>
208225

json-schema-maven-plugin/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,19 @@
5858
</mojoDependencies>
5959
</configuration>
6060
</plugin>
61+
<plugin>
62+
<groupId>com.coveo</groupId>
63+
<artifactId>fmt-maven-plugin</artifactId>
64+
<version>2.8</version>
65+
<executions>
66+
<execution>
67+
<phase>test</phase>
68+
<goals>
69+
<goal>check</goal>
70+
</goals>
71+
</execution>
72+
</executions>
73+
</plugin>
6174
</plugins>
6275
</build>
6376
</project>

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,6 @@
7575
<doctitle>Oracle WebLogic Server Kubernetes Operator API</doctitle>
7676
</configuration>
7777
</plugin>
78-
<plugin>
79-
<groupId>com.coveo</groupId>
80-
<artifactId>fmt-maven-plugin</artifactId>
81-
<version>2.8</version>
82-
<executions>
83-
<execution>
84-
<phase>test</phase>
85-
<goals>
86-
<goal>check</goal>
87-
</goals>
88-
</execution>
89-
</executions>
90-
</plugin>
9178
<plugin>
9279
<groupId>org.apache.maven.plugins</groupId>
9380
<artifactId>maven-checkstyle-plugin</artifactId>

0 commit comments

Comments
 (0)