From 80c1c1d3a345ee490202c144feeb749c019d5e73 Mon Sep 17 00:00:00 2001 From: Antoine Sabot-Durand Date: Thu, 21 Mar 2024 19:15:57 +0100 Subject: [PATCH] Fix indentation to 4 spaces --- integrationtest/hibernate-validator/pom.xml | 395 ++++++++++---------- integrationtest/vert.x/pom.xml | 30 +- 2 files changed, 216 insertions(+), 209 deletions(-) diff --git a/integrationtest/hibernate-validator/pom.xml b/integrationtest/hibernate-validator/pom.xml index 5d85ba8..e197002 100644 --- a/integrationtest/hibernate-validator/pom.xml +++ b/integrationtest/hibernate-validator/pom.xml @@ -10,208 +10,209 @@ - 4.0.0 + 4.0.0 - - org.moditect - moditect-integrationtest-parent - 1.3.0-SNAPSHOT - + + org.moditect + moditect-integrationtest-parent + 1.3.0-SNAPSHOT + - moditect-integrationtest-hibernate-validator - ModiTect Integration Test - Hibernate Validator + moditect-integrationtest-hibernate-validator + ModiTect Integration Test - Hibernate Validator - - 8.0.1.Final - 3.5.3.Final - + + 8.0.1.Final + 3.5.3.Final + - - - org.hibernate.validator - hibernate-validator - ${hibernate.validator.version} - - - org.glassfish.expressly - expressly - 5.0.0 - - - joda-time - joda-time - 2.12.7 - - - org.jboss.logging - jboss-logging - ${jboss-logging.version} - - - org.jboss.logging - jboss-logging-processor - 2.2.1.Final - - - javax.money - money-api - 1.0.1 - - - org.openjfx - javafx-base - 11.0.2 - - - jakarta.platform - jakarta.jakartaee-web-api - 10.0.0 - - - com.thoughtworks.paranamer - paranamer - 2.8 - - + + + org.hibernate.validator + hibernate-validator + ${hibernate.validator.version} + + + org.glassfish.expressly + expressly + 5.0.0 + + + joda-time + joda-time + 2.12.7 + + + org.jboss.logging + jboss-logging + ${jboss-logging.version} + + + org.jboss.logging + jboss-logging-processor + 2.2.1.Final + + + javax.money + money-api + 1.0.1 + + + org.openjfx + javafx-base + 11.0.2 + + + jakarta.platform + jakarta.jakartaee-web-api + 10.0.0 + + + com.thoughtworks.paranamer + paranamer + 2.8 + + - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 11 - - --module-path - ${project.build.directory}/modules - - - - - + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 11 + + --module-path + ${project.build.directory}/modules + + + + + - - - org.apache.maven.plugins - maven-dependency-plugin - 3.6.1 - - - copy-exisitng-modules - process-sources - - copy-dependencies - - - ${project.build.directory}/modules - - org.glassfish.expressly,org.openjfx,com.fasterxml,org.jboss.logging,jakarta - - - jboss-logging-processor,jboss-logging-annotations,jakarta.jakartaee-web-api - - true - - - - - - ${project.groupId} - moditect-maven-plugin - - - add-module-info-to-dependencies - package - - add-module-info - - - true - - --module-path - ${project.build.directory}/modules - --ignore-missing-deps - - - - - joda-time - joda-time - - - org.joda.time - - - - - org.jboss.logging - jboss-logging-processor - - - jboss.logging.processor - - - - - javax.money - money-api - - - money.api - - - - - org.jboss.logging - jboss-logging-annotations - - - jboss.logging.annotations - - - - - com.thoughtworks.paranamer - paranamer - - - module paranamer { - requires static javax.inject; - } - - - - - org.jboss.jdeparser - jdeparser - - - jdeparser - - + + + org.apache.maven.plugins + maven-dependency-plugin + 3.6.1 + + + copy-exisitng-modules + process-sources + + copy-dependencies + + + ${project.build.directory}/modules + + org.glassfish.expressly,org.openjfx,com.fasterxml,org.jboss.logging,jakarta + + + jboss-logging-processor,jboss-logging-annotations,jakarta.jakartaee-web-api + + true + + + + + + ${project.groupId} + moditect-maven-plugin + + + add-module-info-to-dependencies + package + + add-module-info + + + true + + --module-path + ${project.build.directory}/modules + --ignore-missing-deps + + + + + joda-time + joda-time + + + org.joda.time + + + + + org.jboss.logging + jboss-logging-processor + + + jboss.logging.processor + + + + + javax.money + money-api + + + money.api + + + + + org.jboss.logging + jboss-logging-annotations + + + jboss.logging.annotations + + + + + com.thoughtworks.paranamer + paranamer + + + module paranamer { + requires static javax.inject; + } + + + + + org.jboss.jdeparser + jdeparser + + + jdeparser + + - - - org.hibernate.validator - hibernate-validator - - - org.hibernate.validator - - - - - com.example.ValidationTest - open module com.example { - requires transitive org.hibernate.validator; - } - - - - - - - - + + + org.hibernate.validator + hibernate-validator + + + org.hibernate.validator + + + + + com.example.ValidationTest + + open module com.example { + requires transitive org.hibernate.validator; + } + + + + + + + + diff --git a/integrationtest/vert.x/pom.xml b/integrationtest/vert.x/pom.xml index 0733d82..fcdcde7 100644 --- a/integrationtest/vert.x/pom.xml +++ b/integrationtest/vert.x/pom.xml @@ -42,11 +42,11 @@ - - - - - + + + + + @@ -93,7 +93,7 @@ com.fasterxml.jackson.core - jackson-core + jackson-core com.fasterxml.jackson.core @@ -102,7 +102,7 @@ com.fasterxml.jackson.core - jackson-annotations + jackson-annotations com.fasterxml.jackson.annotations @@ -271,7 +271,8 @@ com.example.HelloWorldServer - module com.example { + + module com.example { exports com.example to io.vertx.core; requires io.vertx.core; } @@ -317,7 +318,8 @@ NONE 2 true - ${project.build.directory}/jlink-image + ${project.build.directory}/jlink-image + @@ -365,7 +367,8 @@ 2 true - ${project.build.directory}/jlink-image + ${project.build.directory}/jlink-image + @@ -387,7 +390,9 @@ vertx-helloworld-base moditect/vertx-helloworld-base - ${project.basedir}/src/main/docker-base + + ${project.basedir}/src/main/docker-base + assembly-base.xml @@ -423,7 +428,8 @@ vertx-helloworld moditect/vertx-helloworld - ${project.basedir}/src/main/docker + ${project.basedir}/src/main/docker + assembly.xml