Skip to content

Commit

Permalink
Merge pull request #19 from Aiven-Open/clean-up-pom
Browse files Browse the repository at this point in the history
Clean up POM (remove unused plugins)
  • Loading branch information
C0urante authored Mar 26, 2024
2 parents 2b87f11 + 2cc5739 commit 303046e
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,10 @@
<mockito.version>3.2.4</mockito.version>

<assembly.plugin.version>3.7.0</assembly.plugin.version>
<buildnumber.plugin.version>1.4</buildnumber.plugin.version>
<checkstyle.plugin.version>3.3.1</checkstyle.plugin.version>
<compiler.plugin.version>3.8.1</compiler.plugin.version>
<exec.plugin.version>3.2.0</exec.plugin.version>
<google.cloud.bom.version>26.14.0</google.cloud.bom.version>
<kafka.connect.plugin.version>0.11.1</kafka.connect.plugin.version>
<release.plugin.version>2.5.3</release.plugin.version>
<site.plugin.version>3.7.1</site.plugin.version>
<google.cloud.bom.version>26.33.0</google.cloud.bom.version>
<surefire.plugin.version>3.0.0-M4</surefire.plugin.version>

<main.dir>${project.basedir}</main.dir>
Expand Down Expand Up @@ -326,16 +322,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${release.plugin.version}</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<remoteTagging>false</remoteTagging>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
Expand Down Expand Up @@ -440,20 +426,6 @@ under the License.
</execution>
</executions>
</plugin>
<!--
Override the default version for the site plugin to fix ClassNotFoundExceptions
being thrown during build, as suggested by https://stackoverflow.com/a/51099913
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${site.plugin.version}</version>
</plugin>
<plugin>
<groupId>io.confluent</groupId>
<artifactId>kafka-connect-maven-plugin</artifactId>
<version>${kafka.connect.plugin.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
Expand Down

0 comments on commit 303046e

Please sign in to comment.