From 6f991ba0f95261e4bbcdb188044c1142e963f858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 14 Mar 2025 11:07:05 +0100 Subject: [PATCH] Format POM consistently --- airline/client/axis1/pom.xml | 16 ++-- airline/client/jax-ws/pom.xml | 157 ++++++++++++++++--------------- airline/client/jms/pom.xml | 15 +-- airline/client/saaj/pom.xml | 21 +++-- airline/client/spring-ws/pom.xml | 11 ++- airline/server/pom.xml | 21 +++-- echo/client/saaj/pom.xml | 5 +- echo/client/spring-ws/pom.xml | 5 +- echo/server/pom.xml | 5 +- mtom/client/spring-ws/pom.xml | 131 +++++++++++++------------- mtom/server/pom.xml | 55 +++++------ pom.xml | 39 ++++---- tutorial/pom.xml | 5 +- 13 files changed, 250 insertions(+), 236 deletions(-) diff --git a/airline/client/axis1/pom.xml b/airline/client/axis1/pom.xml index c8cd1e8..793db85 100644 --- a/airline/client/axis1/pom.xml +++ b/airline/client/axis1/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 @@ -65,7 +66,7 @@ + classname="org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask"> @@ -87,9 +88,9 @@ + destdir="${classesDir}" + source="8" target="8" debug="true" + debugLevel="lines,vars,source"> @@ -97,7 +98,8 @@ - + diff --git a/airline/client/jax-ws/pom.xml b/airline/client/jax-ws/pom.xml index 9fb8f09..fc526bb 100644 --- a/airline/client/jax-ws/pom.xml +++ b/airline/client/jax-ws/pom.xml @@ -1,92 +1,93 @@ - - 4.0.0 + + 4.0.0 - - org.springframework.ws - spring-ws-samples - 2.0.0-SNAPSHOT - ../../../ - + + org.springframework.ws + spring-ws-samples + 2.0.0-SNAPSHOT + ../../../ + - airline-client-jax-ws - 0.0.1-SNAPSHOT - Spring Web Services Samples - Airline - Client - JAX-WS - Demo project for Spring Web Services + airline-client-jax-ws + 0.0.1-SNAPSHOT + Spring Web Services Samples - Airline - Client - JAX-WS + Demo project for Spring Web Services - - 2.1.7 - ${project.basedir}/target/generated-sources/jaxws - ${project.basedir}/target/classes - ${project.basedir}/../airline.wsdl - + + 2.1.7 + ${project.basedir}/target/generated-sources/jaxws + ${project.basedir}/target/classes + ${project.basedir}/../airline.wsdl + - + - - org.springframework.ws - spring-ws-core - + + org.springframework.ws + spring-ws-core + - - com.sun.xml.ws - jaxws-tools - ${jaxws-tools.version} - + + com.sun.xml.ws + jaxws-tools + ${jaxws-tools.version} + - - jakarta.jws - jakarta.jws-api - ${jws-api.version} - + + jakarta.jws + jakarta.jws-api + ${jws-api.version} + - + - + - - - com.sun.xml.ws - jaxws-maven-plugin - 3.0.0 - - - - wsimport - - - - - - ${project.basedir}/../airline.wsdl - org.springframework.ws.samples.airline.client.jaxws - ${sourcesDir} - ${classesDir} - true - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.1 - - - add-source - process-sources - - add-source - - - - ${sourcesDir} - - - - - - + + + com.sun.xml.ws + jaxws-maven-plugin + 3.0.0 + + + + wsimport + + + + + + ${project.basedir}/../airline.wsdl + org.springframework.ws.samples.airline.client.jaxws + ${sourcesDir} + ${classesDir} + true + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.1 + + + add-source + process-sources + + add-source + + + + ${sourcesDir} + + + + + + - + diff --git a/airline/client/jms/pom.xml b/airline/client/jms/pom.xml index a0cb821..65b9c10 100644 --- a/airline/client/jms/pom.xml +++ b/airline/client/jms/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 @@ -33,11 +34,11 @@ spring-ws-support - - org.springframework.boot - spring-boot-starter-artemis - + + org.springframework.boot + spring-boot-starter-artemis + - + diff --git a/airline/client/saaj/pom.xml b/airline/client/saaj/pom.xml index 84c11ee..fa2d929 100644 --- a/airline/client/saaj/pom.xml +++ b/airline/client/saaj/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 @@ -16,23 +17,23 @@ Demo project for Spring Web Services - 2.0.1 + 2.0.1 - - com.sun.xml.messaging.saaj - saaj-impl - ${saaj-impl.version} - + + com.sun.xml.messaging.saaj + saaj-impl + ${saaj-impl.version} + - + org.slf4j slf4j-api - + diff --git a/airline/client/spring-ws/pom.xml b/airline/client/spring-ws/pom.xml index 3585a20..508c7be 100644 --- a/airline/client/spring-ws/pom.xml +++ b/airline/client/spring-ws/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 @@ -29,10 +30,10 @@ spring-ws-core - - org.springframework.ws - spring-ws-security - + + org.springframework.ws + spring-ws-security + org.springframework.ws diff --git a/airline/server/pom.xml b/airline/server/pom.xml index 3249ba6..f6171ba 100644 --- a/airline/server/pom.xml +++ b/airline/server/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 @@ -40,10 +41,10 @@ spring-ws-security - - org.springframework.boot - spring-boot-starter-security - + + org.springframework.boot + spring-boot-starter-security + org.springframework.ws @@ -78,10 +79,10 @@ spring-boot-starter-artemis - - org.apache.activemq - artemis-jakarta-server - + + org.apache.activemq + artemis-jakarta-server + org.springframework.boot diff --git a/echo/client/saaj/pom.xml b/echo/client/saaj/pom.xml index a045416..934ae3f 100644 --- a/echo/client/saaj/pom.xml +++ b/echo/client/saaj/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 diff --git a/echo/client/spring-ws/pom.xml b/echo/client/spring-ws/pom.xml index a386a7e..45286fd 100644 --- a/echo/client/spring-ws/pom.xml +++ b/echo/client/spring-ws/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 diff --git a/echo/server/pom.xml b/echo/server/pom.xml index c2bec90..bb066b3 100644 --- a/echo/server/pom.xml +++ b/echo/server/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 diff --git a/mtom/client/spring-ws/pom.xml b/mtom/client/spring-ws/pom.xml index ecb3df6..3fb5282 100644 --- a/mtom/client/spring-ws/pom.xml +++ b/mtom/client/spring-ws/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 @@ -17,7 +18,7 @@ Demo project for Spring Web Services - ${project.basedir}/../../server/src/main/resources/contentStore.wsdl + ${project.basedir}/../../server/src/main/resources/contentStore.wsdl @@ -48,71 +49,71 @@ spring-boot-maven-plugin - - com.evolvedbinary.maven.jvnet - jaxb30-maven-plugin - 0.15.0 - - - - generate - - - - - WSDL - org.springframework.ws.samples.mtom.client.sws - - - ${wsdl} - - - true - - + + com.evolvedbinary.maven.jvnet + jaxb30-maven-plugin + 0.15.0 + + + + generate + + + + + WSDL + org.springframework.ws.samples.mtom.client.sws + + + ${wsdl} + + + true + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + org.codehaus.mojo diff --git a/mtom/server/pom.xml b/mtom/server/pom.xml index bbd4503..f1e6173 100644 --- a/mtom/server/pom.xml +++ b/mtom/server/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0 @@ -16,8 +17,8 @@ Demo project for Spring Web Services - 2.0.2 - ${project.basedir}/src/main/resources/contentStore.wsdl + 2.0.2 + ${project.basedir}/src/main/resources/contentStore.wsdl @@ -62,28 +63,28 @@ spring-boot-maven-plugin - - com.evolvedbinary.maven.jvnet - jaxb30-maven-plugin - 0.15.0 - - - - generate - - - - - WSDL - org.springframework.ws.samples.mtom.schema - - - ${wsdl} - - - true - - + + com.evolvedbinary.maven.jvnet + jaxb30-maven-plugin + 0.15.0 + + + + generate + + + + + WSDL + org.springframework.ws.samples.mtom.schema + + + ${wsdl} + + + true + + org.codehaus.mojo @@ -98,7 +99,7 @@ - target/generated-sources/xjc + target/generated-sources/xjc diff --git a/pom.xml b/pom.xml index ac2ee7e..78b3d03 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 @@ -42,14 +43,14 @@ - - 17 - 3.0.1 - 3.0.0 - ${project.basedir}/target/generated-sources/jaxws - ${project.basedir}/target/classes - ${project.basedir}/airline/client/airline.wsdl - + + 17 + 3.0.1 + 3.0.0 + ${project.basedir}/target/generated-sources/jaxws + ${project.basedir}/target/classes + ${project.basedir}/airline/client/airline.wsdl + airline/client/axis1 @@ -85,16 +86,16 @@ - - - snapshots - - 2022.0.1-SNAPSHOT - 6.0.3-SNAPSHOT - 4.0.1-SNAPSHOT - - - + + + snapshots + + 2022.0.1-SNAPSHOT + 6.0.3-SNAPSHOT + 4.0.1-SNAPSHOT + + + diff --git a/tutorial/pom.xml b/tutorial/pom.xml index 56612f7..c17d50c 100644 --- a/tutorial/pom.xml +++ b/tutorial/pom.xml @@ -1,6 +1,7 @@ - + 4.0.0