File tree Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Expand file tree Collapse file tree 3 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 9292 <skip >true</skip >
9393 </configuration >
9494 </plugin >
95+ <plugin >
96+ <groupId >org.apache.maven.plugins</groupId >
97+ <artifactId >maven-deploy-plugin</artifactId >
98+ <version >${maven-deploy-plugin.version} </version >
99+ <configuration >
100+ <skip >true</skip >
101+ </configuration >
102+ </plugin >
103+ <plugin >
104+ <groupId >org.apache.maven.plugins</groupId >
105+ <artifactId >maven-checkstyle-plugin</artifactId >
106+ <configuration >
107+ <!-- Skip checkstyle for auto-generated code -->
108+ <skip >true</skip >
109+ </configuration >
110+ </plugin >
95111 </plugins >
96112 </build >
97113
Original file line number Diff line number Diff line change 4242 <skip >true</skip >
4343 </configuration >
4444 </plugin >
45+ <plugin >
46+ <groupId >org.apache.maven.plugins</groupId >
47+ <artifactId >maven-deploy-plugin</artifactId >
48+ <version >${maven-deploy-plugin.version} </version >
49+ <configuration >
50+ <skip >true</skip >
51+ </configuration >
52+ </plugin >
53+ <plugin >
54+ <groupId >org.apache.maven.plugins</groupId >
55+ <artifactId >maven-checkstyle-plugin</artifactId >
56+ <configuration >
57+ <!-- Skip checkstyle for auto-generated code -->
58+ <skip >true</skip >
59+ </configuration >
60+ </plugin >
4561 </plugins >
4662 </build >
4763</project >
Original file line number Diff line number Diff line change 8585 <skip >true</skip >
8686 </configuration >
8787 </plugin >
88+ <plugin >
89+ <groupId >org.apache.maven.plugins</groupId >
90+ <artifactId >maven-checkstyle-plugin</artifactId >
91+ <configuration >
92+ <!-- Skip checkstyle for auto-generated code -->
93+ <skip >true</skip >
94+ </configuration >
95+ </plugin >
96+ <plugin >
97+ <groupId >org.apache.maven.plugins</groupId >
98+ <artifactId >maven-deploy-plugin</artifactId >
99+ <version >${maven-deploy-plugin.version} </version >
100+ <configuration >
101+ <skip >true</skip >
102+ </configuration >
103+ </plugin >
88104 </plugins >
89105 </build >
90106</project >
You can’t perform that action at this time.
0 commit comments