Skip to content

Commit 8aa4442

Browse files
committed
Remove coveo
1 parent 16ddd0a commit 8aa4442

File tree

5 files changed

+0
-70
lines changed

5 files changed

+0
-70
lines changed

json-schema-maven-plugin/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,6 @@
6969
</mojoDependencies>
7070
</configuration>
7171
</plugin>
72-
<plugin>
73-
<groupId>com.coveo</groupId>
74-
<artifactId>fmt-maven-plugin</artifactId>
75-
<version>2.8</version>
76-
<executions>
77-
<execution>
78-
<phase>test</phase>
79-
<goals>
80-
<goal>check</goal>
81-
</goals>
82-
</execution>
83-
</executions>
84-
</plugin>
8572
</plugins>
8673
</build>
8774
</project>

kubernetes/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,6 @@
6363
</compilerArgs>
6464
</configuration>
6565
</plugin>
66-
<plugin>
67-
<groupId>com.coveo</groupId>
68-
<artifactId>fmt-maven-plugin</artifactId>
69-
<version>2.8</version>
70-
<executions>
71-
<execution>
72-
<phase>test</phase>
73-
<goals>
74-
<goal>check</goal>
75-
</goals>
76-
</execution>
77-
</executions>
78-
</plugin>
7966
<plugin>
8067
<groupId>org.codehaus.mojo</groupId>
8168
<artifactId>exec-maven-plugin</artifactId>

model/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,6 @@
8787
</configuration>
8888
</plugin>
8989

90-
<plugin>
91-
<groupId>com.coveo</groupId>
92-
<artifactId>fmt-maven-plugin</artifactId>
93-
<version>2.8</version>
94-
<executions>
95-
<execution>
96-
<phase>test</phase>
97-
<goals>
98-
<goal>check</goal>
99-
</goals>
100-
</execution>
101-
</executions>
102-
</plugin>
103-
10490
<plugin>
10591
<groupId>${project.groupId}</groupId>
10692
<artifactId>jsonschema-maven-plugin</artifactId>

operator/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -169,22 +169,6 @@
169169
</execution>
170170
</executions>
171171
</plugin>
172-
173-
174-
<plugin>
175-
<groupId>com.coveo</groupId>
176-
<artifactId>fmt-maven-plugin</artifactId>
177-
<version>2.8</version>
178-
<executions>
179-
<execution>
180-
<phase>test</phase>
181-
<goals>
182-
<goal>check</goal>
183-
</goals>
184-
</execution>
185-
</executions>
186-
</plugin>
187-
188172
</plugins>
189173
</build>
190174

swagger/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,20 +57,6 @@
5757
</compilerArgs>
5858
</configuration>
5959
</plugin>
60-
<plugin>
61-
<groupId>com.coveo</groupId>
62-
<artifactId>fmt-maven-plugin</artifactId>
63-
<version>2.8</version>
64-
<executions>
65-
<execution>
66-
<phase>test</phase>
67-
<goals>
68-
<goal>check</goal>
69-
</goals>
70-
</execution>
71-
</executions>
72-
</plugin>
73-
7460
</plugins>
7561
</build>
7662

0 commit comments

Comments
 (0)