File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 293293 <groupId >org.eclipse.emf</groupId >
294294 <artifactId >org.eclipse.emf.codegen.ecore</artifactId >
295295 </dependency >
296- <dependency >
297- <groupId >org.apache.maven</groupId >
298- <artifactId >maven-model</artifactId >
299- <version >3.9.11</version >
300- </dependency >
301- <dependency >
302- <groupId >org.apache.commons</groupId >
303- <artifactId >commons-configuration2</artifactId >
304- <version >2.12.0</version >
305- </dependency >
296+
306297 <!-- migrated from Python POM: end -->
307298 <dependency >
308299 <groupId >org.jetbrains</groupId >
369360 <ignore ></ignore >
370361 </action >
371362 </pluginExecution >
363+ <pluginExecution >
364+ <pluginExecutionFilter >
365+ <groupId >org.apache.maven.plugins</groupId >
366+ <artifactId >maven-checkstyle-plugin</artifactId >
367+ <versionRange >[3.0.0,)</versionRange >
368+ <goals >
369+ <goal >check</goal >
370+ </goals >
371+ </pluginExecutionFilter >
372+ <action >
373+ <ignore ></ignore >
374+ </action >
375+ </pluginExecution >
372376 </pluginExecutions >
373377 </lifecycleMappingMetadata >
374378 </configuration >
You can’t perform that action at this time.
0 commit comments