Skip to content

Commit c920a57

Browse files
committed
Update plugins and dependencies (except for Surefire)
Also stay on 3.x of plexus-utils for compatibility.
1 parent a8232cb commit c920a57

File tree

2 files changed

+18
-22
lines changed

2 files changed

+18
-22
lines changed

pom.xml

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.apache.maven.plugin-tools</groupId>
9393
<artifactId>maven-plugin-annotations</artifactId>
94-
<version>3.6.4</version>
94+
<version>3.9.0</version>
9595
<scope>provided</scope>
9696
</dependency>
9797
<dependency>
@@ -102,17 +102,17 @@
102102
<dependency>
103103
<groupId>org.codehaus.plexus</groupId>
104104
<artifactId>plexus-archiver</artifactId>
105-
<version>4.2.7</version>
105+
<version>4.7.1</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.codehaus.plexus</groupId>
109109
<artifactId>plexus-utils</artifactId>
110-
<version>3.4.1</version>
110+
<version>3.5.1</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>org.codehaus.plexus</groupId>
114114
<artifactId>plexus-compiler-api</artifactId>
115-
<version>2.11.1</version>
115+
<version>2.13.0</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.apache.maven</groupId>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>org.apache.maven</groupId>
125125
<artifactId>maven-archiver</artifactId>
126-
<version>3.5.2</version>
126+
<version>3.6.0</version>
127127
<exclusions>
128128
<exclusion>
129129
<groupId>org.apache.maven</groupId>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>
214214
<artifactId>maven-compiler-plugin</artifactId>
215-
<version>3.10.1</version>
215+
<version>3.11.0</version>
216216
<configuration>
217217
<source>${targetJdk}</source>
218218
<target>${targetJdk}</target>
@@ -229,7 +229,7 @@
229229
<plugin>
230230
<groupId>org.apache.maven.plugins</groupId>
231231
<artifactId>maven-plugin-plugin</artifactId>
232-
<version>3.6.4</version>
232+
<version>3.9.0</version>
233233
<configuration>
234234
<goalPrefix>gwt</goalPrefix>
235235
</configuration>
@@ -240,16 +240,12 @@
240240
<goal>helpmojo</goal>
241241
</goals>
242242
</execution>
243-
<execution>
244-
<id>default-descriptor</id>
245-
<phase>process-classes</phase>
246-
</execution>
247243
</executions>
248244
</plugin>
249245
<plugin>
250246
<groupId>org.apache.maven.plugins</groupId>
251247
<artifactId>maven-invoker-plugin</artifactId>
252-
<version>3.2.2</version>
248+
<version>3.6.0</version>
253249
<executions>
254250
<execution>
255251
<goals>
@@ -284,12 +280,12 @@
284280
<plugin>
285281
<groupId>org.apache.maven.plugins</groupId>
286282
<artifactId>maven-site-plugin</artifactId>
287-
<version>3.12.0</version>
283+
<version>3.12.1</version>
288284
<dependencies>
289285
<dependency>
290286
<groupId>org.apache.maven.doxia</groupId>
291287
<artifactId>doxia-module-markdown</artifactId>
292-
<version>1.11.1</version>
288+
<version>1.12.0</version>
293289
</dependency>
294290
<dependency>
295291
<groupId>com.github.stephenc.wagon</groupId>
@@ -312,7 +308,7 @@
312308
<plugin>
313309
<groupId>org.apache.maven.plugins</groupId>
314310
<artifactId>maven-release-plugin</artifactId>
315-
<version>2.5.3</version>
311+
<version>3.0.1</version>
316312
<configuration>
317313
<autoVersionSubmodules>true</autoVersionSubmodules>
318314
<useReleaseProfile>false</useReleaseProfile>
@@ -328,20 +324,20 @@
328324
<plugin>
329325
<groupId>org.apache.maven.plugins</groupId>
330326
<artifactId>maven-plugin-plugin</artifactId>
331-
<version>3.6.4</version>
327+
<version>3.9.0</version>
332328
</plugin>
333329
<plugin>
334330
<groupId>org.apache.maven.plugins</groupId>
335331
<artifactId>maven-project-info-reports-plugin</artifactId>
336-
<version>3.3.0</version>
332+
<version>3.4.5</version>
337333
<configuration>
338334
<skip>true</skip>
339335
</configuration>
340336
</plugin>
341337
<plugin>
342338
<groupId>org.apache.maven.plugins</groupId>
343339
<artifactId>maven-javadoc-plugin</artifactId>
344-
<version>3.4.0</version>
340+
<version>3.5.0</version>
345341
</plugin>
346342
</plugins>
347343
</reporting>
@@ -380,7 +376,7 @@
380376
<plugin>
381377
<groupId>org.apache.maven.plugins</groupId>
382378
<artifactId>maven-enforcer-plugin</artifactId>
383-
<version>3.0.0</version>
379+
<version>3.3.0</version>
384380
<executions>
385381
<execution>
386382
<goals>
@@ -403,7 +399,7 @@
403399
<plugin>
404400
<groupId>org.apache.maven.plugins</groupId>
405401
<artifactId>maven-source-plugin</artifactId>
406-
<version>3.2.1</version>
402+
<version>3.3.0</version>
407403
<executions>
408404
<execution>
409405
<id>attach-sources</id>
@@ -428,7 +424,7 @@
428424
<plugin>
429425
<groupId>org.apache.maven.plugins</groupId>
430426
<artifactId>maven-gpg-plugin</artifactId>
431-
<version>3.0.1</version>
427+
<version>3.1.0</version>
432428
<executions>
433429
<execution>
434430
<id>sign-artifacts</id>

src/main/java/net/ltgt/gwt/maven/JarMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class JarMojo extends AbstractMojo {
4848
private JarArchiver jarArchiver;
4949

5050
/**
51-
* The {@link {MavenProject}.
51+
* The {@link MavenProject}.
5252
*/
5353
@Parameter(defaultValue = "${project}", readonly = true, required = true)
5454
private MavenProject project;

0 commit comments

Comments
 (0)