File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 140140 </execution >
141141 </executions >
142142 </plugin >
143-
144- <plugin >
145- <groupId >org.apache.maven.plugins</groupId >
146- <artifactId >maven-help-plugin</artifactId >
147- <version >3.5.1</version >
148- <executions >
149- <execution >
150- <id >display-settings</id >
151- <goals >
152- <goal >effective-settings</goal >
153- </goals >
154- <phase >validate</phase >
155- </execution >
156- </executions >
157- </plugin >
158-
159143 <!-- The CLI is distributed via JRelease and published on the GitHub releases page -->
160144 <plugin >
161145 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 233233 </resources >
234234 <plugins >
235235
236+ <plugin >
237+ <groupId >org.apache.maven.plugins</groupId >
238+ <artifactId >maven-help-plugin</artifactId >
239+ <version >3.5.1</version >
240+ <executions >
241+ <execution >
242+ <id >display-settings</id >
243+ <goals >
244+ <goal >effective-settings</goal >
245+ </goals >
246+ <phase >validate</phase >
247+ </execution >
248+ </executions >
249+ </plugin >
250+
236251 <!-- Used to copy openrewrite test dependencies to a separate directory for running java recipes -->
237252 <plugin >
238253 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments