File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments