Skip to content

Commit

Permalink
Upgrade archetype pom plugins
Browse files Browse the repository at this point in the history
- maven-war-plugin from 2.2 (non-working) to 3.2.2 (working).
- removed the maven-eclipse-plugin that is obsolete by years

(cherry picked from commit a0ea2ef)
  • Loading branch information
dashorst committed Sep 13, 2022
1 parent fe45d36 commit 44e7a4a
Showing 1 changed file with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>@maven-war-plugin.version@</version>
</plugin>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
Expand All @@ -164,15 +169,6 @@
<jettyXml>${project.basedir}/src/test/jetty/jetty.xml,${project.basedir}/src/test/jetty/jetty-ssl.xml,${project.basedir}/src/test/jetty/jetty-http.xml,${project.basedir}/src/test/jetty/jetty-https.xml</jettyXml>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>@maven-eclipse-plugin.version@</version>
<configuration>
<downloadSources>true</downloadSources>
<wtpversion>${wtp.version}</wtpversion>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 44e7a4a

Please sign in to comment.