File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 5050
5151popd
5252
53+ mvn versions:display-plugin-updates
5354mvn versions:display-dependency-updates
5455
5556read -r -n 1 -p " Continue given above dependencies? (y/n) " should_continue
Original file line number Diff line number Diff line change 5151 </dependencies >
5252 <build >
5353 <plugins >
54+ <plugin >
55+ <groupId >org.apache.maven.plugins</groupId >
56+ <artifactId >maven-enforcer-plugin</artifactId >
57+ <version >3.4.1</version >
58+ <executions >
59+ <execution >
60+ <id >enforce-maven</id >
61+ <goals >
62+ <goal >enforce</goal >
63+ </goals >
64+ <configuration >
65+ <rules >
66+ <requireMavenVersion >
67+ <version >3.2.5</version >
68+ </requireMavenVersion >
69+ </rules >
70+ </configuration >
71+ </execution >
72+ </executions >
73+ </plugin >
5474 <plugin >
5575 <groupId >org.apache.maven.plugins</groupId >
5676 <artifactId >maven-checkstyle-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments