Skip to content

Commit 6f68fd7

Browse files
committed
Switch to plexus parent 15
1 parent 0ba274b commit 6f68fd7

File tree

1 file changed

+7
-32
lines changed

1 file changed

+7
-32
lines changed

pom.xml

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
<parent>
66
<groupId>org.codehaus.plexus</groupId>
7-
<artifactId>plexus-components</artifactId>
8-
<version>14.2</version>
7+
<artifactId>plexus</artifactId>
8+
<version>15</version>
99
</parent>
1010

1111
<artifactId>plexus-compiler</artifactId>
@@ -119,6 +119,11 @@
119119
<artifactId>hamcrest</artifactId>
120120
<version>2.2</version>
121121
</dependency>
122+
<dependency>
123+
<groupId>org.codehaus.plexus</groupId>
124+
<artifactId>plexus-utils</artifactId>
125+
<version>4.0.0</version>
126+
</dependency>
122127
<dependency>
123128
<groupId>org.codehaus.plexus</groupId>
124129
<artifactId>plexus-xml</artifactId>
@@ -171,36 +176,6 @@
171176
<topSiteURL>${scm.url}</topSiteURL>
172177
</configuration>
173178
</plugin>
174-
<plugin>
175-
<groupId>org.codehaus.plexus</groupId>
176-
<artifactId>plexus-component-metadata</artifactId>
177-
<executions>
178-
<execution>
179-
<id>process-classes</id>
180-
<phase>none</phase>
181-
</execution>
182-
<execution>
183-
<id>process-test-classes</id>
184-
<phase>none</phase>
185-
</execution>
186-
<execution>
187-
<id>default</id>
188-
<phase>none</phase>
189-
</execution>
190-
</executions>
191-
</plugin>
192-
<plugin>
193-
<groupId>com.diffplug.spotless</groupId>
194-
<artifactId>spotless-maven-plugin</artifactId>
195-
<version>2.38.0</version>
196-
<configuration>
197-
<java>
198-
<palantirJavaFormat>
199-
<version>2.38.0</version>
200-
</palantirJavaFormat>
201-
</java>
202-
</configuration>
203-
</plugin>
204179
<plugin>
205180
<groupId>org.apache.maven.plugins</groupId>
206181
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)