From 7a2c5e015fcc78044f73518978cb5d0cd7389517 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Fri, 16 Jun 2023 16:55:15 -0500 Subject: [PATCH] Update several plugin versions --- liberty-maven-plugin/pom.xml | 2 +- .../src/it/ear-project-it/AppXmlEAR/pom.xml | 2 +- .../SampleEAR-classifier-app/pom.xml | 11 +++++++++++ .../SampleEJB-classifier-dep/pom.xml | 11 +++++++++++ .../src/it/ear-project-it/pom.xml | 10 +++++----- .../it/ear-project-it/skinnywar-ear/pom.xml | 18 +++++++++++++++++- pom.xml | 2 +- 7 files changed, 47 insertions(+), 9 deletions(-) diff --git a/liberty-maven-plugin/pom.xml b/liberty-maven-plugin/pom.xml index 37144e519..298f7c3ab 100644 --- a/liberty-maven-plugin/pom.xml +++ b/liberty-maven-plugin/pom.xml @@ -85,7 +85,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.6.0 + 3.9.0 help-goal diff --git a/liberty-maven-plugin/src/it/ear-project-it/AppXmlEAR/pom.xml b/liberty-maven-plugin/src/it/ear-project-it/AppXmlEAR/pom.xml index fb32bd47b..1535b0661 100644 --- a/liberty-maven-plugin/src/it/ear-project-it/AppXmlEAR/pom.xml +++ b/liberty-maven-plugin/src/it/ear-project-it/AppXmlEAR/pom.xml @@ -53,7 +53,7 @@ libraries are in easy way to package any libraries needed in the ear, and automatically have any modules (EJB-JARs and WARs) use them --> lib - no-version + ${project.basedir}/src/main/application/META-INF/application.xml diff --git a/liberty-maven-plugin/src/it/ear-project-it/SampleEAR-classifier-app/pom.xml b/liberty-maven-plugin/src/it/ear-project-it/SampleEAR-classifier-app/pom.xml index 49df890f9..e1433de77 100644 --- a/liberty-maven-plugin/src/it/ear-project-it/SampleEAR-classifier-app/pom.xml +++ b/liberty-maven-plugin/src/it/ear-project-it/SampleEAR-classifier-app/pom.xml @@ -65,6 +65,17 @@ + + org.apache.maven.plugins + maven-install-plugin + 3.1.1 + + + default-install + none + + + io.openliberty.tools liberty-maven-plugin diff --git a/liberty-maven-plugin/src/it/ear-project-it/SampleEJB-classifier-dep/pom.xml b/liberty-maven-plugin/src/it/ear-project-it/SampleEJB-classifier-dep/pom.xml index 68c393301..e6c7c10e4 100644 --- a/liberty-maven-plugin/src/it/ear-project-it/SampleEJB-classifier-dep/pom.xml +++ b/liberty-maven-plugin/src/it/ear-project-it/SampleEJB-classifier-dep/pom.xml @@ -38,6 +38,17 @@ the-ejb + + org.apache.maven.plugins + maven-install-plugin + 3.1.1 + + + default-install + none + + + diff --git a/liberty-maven-plugin/src/it/ear-project-it/pom.xml b/liberty-maven-plugin/src/it/ear-project-it/pom.xml index fa703d18f..41ca4ac91 100644 --- a/liberty-maven-plugin/src/it/ear-project-it/pom.xml +++ b/liberty-maven-plugin/src/it/ear-project-it/pom.xml @@ -63,27 +63,27 @@ org.apache.maven.plugins maven-war-plugin - 3.1.0 + 3.4.0 org.apache.maven.plugins maven-ejb-plugin - 2.5.1 + 3.2.1 org.apache.maven.plugins maven-ear-plugin - 2.10.1 + 3.3.0 org.apache.maven.plugins maven-rar-plugin - 2.4 + 3.0.0 org.apache.maven.plugins maven-compiler-plugin - 3.6.1 + 3.10.1 diff --git a/liberty-maven-plugin/src/it/ear-project-it/skinnywar-ear/pom.xml b/liberty-maven-plugin/src/it/ear-project-it/skinnywar-ear/pom.xml index 8af1fd2a9..ffc477d25 100644 --- a/liberty-maven-plugin/src/it/ear-project-it/skinnywar-ear/pom.xml +++ b/liberty-maven-plugin/src/it/ear-project-it/skinnywar-ear/pom.xml @@ -53,9 +53,25 @@ 2.10.1 7 - no-version lib true + + + io.openliberty.tools.it + SampleWAR + SampleWAR.war + + + io.openliberty.tools.it + SampleEJB + SampleEJB.jar + + + commons-io + commons-io + commons-io.jar + + diff --git a/pom.xml b/pom.xml index 6a50be23f..f45061a98 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ org.codehaus.mojo animal-sniffer-maven-plugin - 1.22 + 1.23 org.codehaus.mojo.signature