Skip to content

Commit 4702aca

Browse files
committed
Clean-up unnecessary default profile
1 parent c0e574d commit 4702aca

File tree

1 file changed

+13
-25
lines changed

1 file changed

+13
-25
lines changed

integration-tests/pom.xml

Lines changed: 13 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,19 @@
120120
</compilerArgs>
121121
</configuration>
122122
</plugin>
123+
<plugin>
124+
<groupId>com.coveo</groupId>
125+
<artifactId>fmt-maven-plugin</artifactId>
126+
<version>2.8</version>
127+
<executions>
128+
<execution>
129+
<phase>test</phase>
130+
<goals>
131+
<goal>check</goal>
132+
</goals>
133+
</execution>
134+
</executions>
135+
</plugin>
123136
</plugins>
124137
</build>
125138

@@ -237,30 +250,5 @@
237250
</plugins>
238251
</build>
239252
</profile>
240-
241-
<profile>
242-
<id>default</id>
243-
<activation>
244-
<activeByDefault>true</activeByDefault>
245-
</activation>
246-
<build>
247-
<plugins>
248-
<plugin>
249-
<groupId>com.coveo</groupId>
250-
<artifactId>fmt-maven-plugin</artifactId>
251-
<version>2.8</version>
252-
<executions>
253-
<execution>
254-
<phase>test</phase>
255-
<goals>
256-
<goal>check</goal>
257-
</goals>
258-
</execution>
259-
</executions>
260-
</plugin>
261-
</plugins>
262-
</build>
263-
</profile>
264253
</profiles>
265-
266254
</project>

0 commit comments

Comments
 (0)