This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/develop by this push:
new e8b7a98 - Added the plugin definition for the jetty-maven-plugin back
as this was referenced in multiple READMEs
e8b7a98 is described below
commit e8b7a98090cd0ec54cfcdea6b761c7a811280bf8
Author: Christofer Dutz <[email protected]>
AuthorDate: Sun Aug 30 12:11:47 2020 +0200
- Added the plugin definition for the jetty-maven-plugin back as this was
referenced in multiple READMEs
---
tools/content-parent-pom/pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tools/content-parent-pom/pom.xml b/tools/content-parent-pom/pom.xml
index 33bf4ad..98af22c 100644
--- a/tools/content-parent-pom/pom.xml
+++ b/tools/content-parent-pom/pom.xml
@@ -57,7 +57,7 @@
<copy-rename-maven-plugin.version>1.0.1</copy-rename-maven-plugin.version>
<download-maven-plugin.version>1.4.2</download-maven-plugin.version>
- <jetty-maven-plugin.version>9.4.14.v20181114</jetty-maven-plugin.version>
+ <jetty-maven-plugin.version>9.4.30.v20200611</jetty-maven-plugin.version>
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
<maven-war-plugin.version>3.2.2</maven-war-plugin.version>
</properties>
@@ -433,6 +433,11 @@
<testTarget>${java.version}</testTarget>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-maven-plugin</artifactId>
+ <version>${jetty-maven-plugin.version}</version>
+ </plugin>
</plugins>
</pluginManagement>
</build>