Skip to content

Commit

Permalink
Switch to plexus parent 15
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 27, 2023
1 parent 0ba274b commit 6f68fd7
Showing 1 changed file with 7 additions and 32 deletions.
39 changes: 7 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-components</artifactId>
<version>14.2</version>
<artifactId>plexus</artifactId>
<version>15</version>
</parent>

<artifactId>plexus-compiler</artifactId>
Expand Down Expand Up @@ -119,6 +119,11 @@
<artifactId>hamcrest</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
Expand Down Expand Up @@ -171,36 +176,6 @@
<topSiteURL>${scm.url}</topSiteURL>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<id>process-classes</id>
<phase>none</phase>
</execution>
<execution>
<id>process-test-classes</id>
<phase>none</phase>
</execution>
<execution>
<id>default</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<configuration>
<java>
<palantirJavaFormat>
<version>2.38.0</version>
</palantirJavaFormat>
</java>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit 6f68fd7

Please sign in to comment.