Skip to content

Commit 7f4cf00

Browse files
committed
Fix minor issues with ordering of maven plugins
1 parent cd87ada commit 7f4cf00

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

cdtp-java-client/pom.xml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -154,18 +154,6 @@
154154

155155
<build>
156156
<plugins>
157-
<plugin>
158-
<groupId>com.coveo</groupId>
159-
<artifactId>fmt-maven-plugin</artifactId>
160-
<version>2.1.0</version>
161-
<executions>
162-
<execution>
163-
<goals>
164-
<goal>format</goal>
165-
</goals>
166-
</execution>
167-
</executions>
168-
</plugin>
169157
<plugin>
170158
<groupId>org.codehaus.mojo</groupId>
171159
<artifactId>license-maven-plugin</artifactId>
@@ -209,6 +197,19 @@
209197
</licenseMerges>
210198
</configuration>
211199
</plugin>
200+
<plugin>
201+
<groupId>com.coveo</groupId>
202+
<artifactId>fmt-maven-plugin</artifactId>
203+
<version>2.1.0</version>
204+
<executions>
205+
<execution>
206+
<goals>
207+
<goal>format</goal>
208+
</goals>
209+
<phase>process-sources</phase>
210+
</execution>
211+
</executions>
212+
</plugin>
212213
<plugin>
213214
<groupId>org.apache.maven.plugins</groupId>
214215
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)