Skip to content

Commit 24c217a

Browse files
authored
Move display settings (#1750)
1 parent 260d23d commit 24c217a

2 files changed

Lines changed: 15 additions & 16 deletions

File tree

plugin-modernizer-cli/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -140,22 +140,6 @@
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>

plugin-modernizer-core/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,21 @@
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>

0 commit comments

Comments
 (0)