File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 424424 <groupId >org.apache.maven.plugins</groupId >
425425 <artifactId >maven-dependency-plugin</artifactId >
426426 <version >3.2.0</version >
427+ <executions >
428+ <execution >
429+ <id >analyze</id >
430+ <goals ><goal >analyze-only</goal ></goals >
431+ <configuration ><failOnWarning >true</failOnWarning ></configuration >
432+ </execution ></executions >
427433 </plugin >
428434 <plugin >
429435 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 22 xmlns =" http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : schemaLocation =" http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd" >
44<rules >
5- <rule groupId =" *" artifactId =" *s " comparisonMethod =" maven" >
5+ <rule groupId =" *" artifactId =" *" comparisonMethod =" maven" >
66 <!--
77 This regex is intended to restrict version updates to the last stable releases of dependencies and plugins.
88
You can’t perform that action at this time.
0 commit comments