File tree Expand file tree Collapse file tree 5 files changed +0
-40
lines changed
java-showcase-3.21.0/gapic-showcase Expand file tree Collapse file tree 5 files changed +0
-40
lines changed Original file line number Diff line number Diff line change 117117 </compilerArgs >
118118 </configuration >
119119 </plugin >
120- <plugin >
121- <groupId >com.spotify.fmt</groupId >
122- <artifactId >fmt-maven-plugin</artifactId >
123- <executions >
124- <execution >
125- <goals >
126- <goal >check</goal >
127- </goals >
128- </execution >
129- </executions >
130- </plugin >
131120 <plugin >
132121 <groupId >org.apache.maven.plugins</groupId >
133122 <artifactId >maven-jar-plugin</artifactId >
Original file line number Diff line number Diff line change 121121 </configuration >
122122 </plugin >
123123
124- <plugin >
125- <groupId >com.spotify.fmt</groupId >
126- <artifactId >fmt-maven-plugin</artifactId >
127- </plugin >
128-
129124 <plugin >
130125 <groupId >com.googlecode.maven-download-plugin</groupId >
131126 <artifactId >download-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 247247 </execution >
248248 </executions >
249249 </plugin >
250- <plugin >
251- <groupId >com.spotify.fmt</groupId >
252- <artifactId >fmt-maven-plugin</artifactId >
253- <executions >
254- <execution >
255- <phase >validate</phase >
256- <goals >
257- <goal >check</goal >
258- </goals >
259- </execution >
260- </executions >
261- </plugin >
262250 </plugins >
263251 </build >
264252
Original file line number Diff line number Diff line change 4444 </execution >
4545 </executions >
4646 </plugin >
47- <plugin >
48- <groupId >com.spotify.fmt</groupId >
49- <artifactId >fmt-maven-plugin</artifactId >
50- <version >2.25</version >
51- <configuration >
52- <filesNamePattern >(IT.*\.java)|(.*Test.java)|(TestClientInitializer.java)</filesNamePattern >
53- </configuration >
54- </plugin >
5547 <plugin >
5648 <groupId >com.googlecode.maven-download-plugin</groupId >
5749 <artifactId >download-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 2828 <!-- Do not deploy the aggregator POM -->
2929 <build >
3030 <plugins >
31- <plugin >
32- <groupId >com.spotify.fmt</groupId >
33- <artifactId >fmt-maven-plugin</artifactId >
34- </plugin >
3531 <plugin >
3632 <groupId >org.apache.maven.plugins</groupId >
3733 <artifactId >maven-deploy-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments