From 45e7afb51c8e5610c363b2afe73cc43381431f1c Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Mon, 31 May 2021 10:15:11 +0300 Subject: Small updates to servlet container test setup. (#12318) * Small updates to servlet container test setup. - Upgraded to use cargo-maven3-plugin since cargo-maven2-plugin is now EOL. - Defined supported packagings as the current jetty-maven-plugin default only covers war. - Changed a test pojo to implement Serializable in order to prevent an error in cargo-maven3-plugin stop-container phase. --- test/servlet-containers/tomcat9/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/servlet-containers/tomcat9') diff --git a/test/servlet-containers/tomcat9/pom.xml b/test/servlet-containers/tomcat9/pom.xml index 4b46dabf1b..a8a9892c20 100644 --- a/test/servlet-containers/tomcat9/pom.xml +++ b/test/servlet-containers/tomcat9/pom.xml @@ -36,7 +36,7 @@ org.codehaus.cargo - cargo-maven2-plugin + cargo-maven3-plugin tomcat9x -- cgit v1.2.3