Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 7fae1e7

Browse files
committed
Modernize Maven plugins
1 parent a673c28 commit 7fae1e7

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

pom.xml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,32 +42,16 @@
4242
<plugins>
4343
<plugin>
4444
<artifactId>maven-compiler-plugin</artifactId>
45-
<version>3.3</version>
45+
<version>3.8.0</version>
4646
<configuration>
4747
<source>1.8</source>
4848
<target>1.8</target>
4949
</configuration>
5050
</plugin>
51-
<plugin>
52-
<groupId>org.apache.maven.plugins</groupId>
53-
<artifactId>maven-jar-plugin</artifactId>
54-
<version>2.3.2</version>
55-
<configuration>
56-
<archive>
57-
<addMavenDescriptor>false</addMavenDescriptor>
58-
<manifestEntries>
59-
<Archiver-Version/>
60-
<Created-By/>
61-
<Built-By/>
62-
<Build-Jdk/>
63-
</manifestEntries>
64-
</archive>
65-
</configuration>
66-
</plugin>
6751
<plugin>
6852
<groupId>org.apache.maven.plugins</groupId>
6953
<artifactId>maven-source-plugin</artifactId>
70-
<version>2.4</version>
54+
<version>3.0.1</version>
7155
<executions>
7256
<execution>
7357
<id>attach-sources</id>
@@ -80,7 +64,7 @@
8064
<plugin>
8165
<groupId>org.apache.maven.plugins</groupId>
8266
<artifactId>maven-javadoc-plugin</artifactId>
83-
<version>2.10.3</version>
67+
<version>3.1.0</version>
8468
<executions>
8569
<execution>
8670
<id>attach-javadocs</id>
@@ -94,7 +78,7 @@
9478
<plugin>
9579
<groupId>org.codehaus.mojo</groupId>
9680
<artifactId>animal-sniffer-maven-plugin</artifactId>
97-
<version>1.15</version>
81+
<version>1.16</version>
9882
<configuration>
9983
<signature>
10084
<groupId>org.codehaus.mojo.signature</groupId>

0 commit comments

Comments
 (0)