diff --git a/amqp/pom.xml b/amqp/pom.xml index 865acfdc5..3d208c01e 100644 --- a/amqp/pom.xml +++ b/amqp/pom.xml @@ -61,4 +61,12 @@ + + + + org.moditect + moditect-maven-plugin + + + diff --git a/api/pom.xml b/api/pom.xml index adb849480..ff755c2d8 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -56,4 +56,13 @@ test + + + + + org.moditect + moditect-maven-plugin + + + diff --git a/bom/pom.xml b/bom/pom.xml index 8343f7644..6c4253289 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -83,7 +83,7 @@ io.cloudevents - io.cloudevents.sql + cloudevents-sql ${project.version} diff --git a/core/pom.xml b/core/pom.xml index 2e777d559..2d263837e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -66,6 +66,10 @@ + + org.moditect + moditect-maven-plugin + org.apache.maven.plugins maven-jar-plugin diff --git a/formats/json-jackson/pom.xml b/formats/json-jackson/pom.xml index b39374299..67108ea86 100644 --- a/formats/json-jackson/pom.xml +++ b/formats/json-jackson/pom.xml @@ -90,4 +90,13 @@ + + + + + org.moditect + moditect-maven-plugin + + + diff --git a/formats/protobuf/pom.xml b/formats/protobuf/pom.xml index 0e4dc3da9..7c9e1fbb9 100644 --- a/formats/protobuf/pom.xml +++ b/formats/protobuf/pom.xml @@ -61,6 +61,10 @@ com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} + + org.moditect + moditect-maven-plugin + @@ -126,5 +130,4 @@ - diff --git a/formats/xml/pom.xml b/formats/xml/pom.xml index 9c0bf6319..6ff17f60a 100644 --- a/formats/xml/pom.xml +++ b/formats/xml/pom.xml @@ -84,4 +84,12 @@ + + + + org.moditect + moditect-maven-plugin + + + diff --git a/http/basic/pom.xml b/http/basic/pom.xml index b473c81b0..5f77f8a59 100644 --- a/http/basic/pom.xml +++ b/http/basic/pom.xml @@ -63,4 +63,13 @@ + + + + + org.moditect + moditect-maven-plugin + + + diff --git a/http/restful-ws-jakarta/pom.xml b/http/restful-ws-jakarta/pom.xml index 5f6367f3d..05e836c15 100644 --- a/http/restful-ws-jakarta/pom.xml +++ b/http/restful-ws-jakarta/pom.xml @@ -91,6 +91,10 @@ + + org.moditect + moditect-maven-plugin + diff --git a/http/vertx/pom.xml b/http/vertx/pom.xml index 123a41d37..4d6fd88d8 100644 --- a/http/vertx/pom.xml +++ b/http/vertx/pom.xml @@ -87,4 +87,13 @@ test + + + + + org.moditect + moditect-maven-plugin + + + diff --git a/kafka/pom.xml b/kafka/pom.xml index 787062c40..37b0063e3 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -76,5 +76,14 @@ test + + + + + org.moditect + moditect-maven-plugin + + + diff --git a/pom.xml b/pom.xml index 15e307b74..3d59ce357 100644 --- a/pom.xml +++ b/pom.xml @@ -133,6 +133,36 @@ + + org.moditect + moditect-maven-plugin + 1.0.0.Final + + + add-module-infos + package + + add-module-info + + + true + false + + + ${module-name} + + *; + + true + + + + --multi-release=9 + + + + + org.ec4j.maven editorconfig-maven-plugin diff --git a/sql/pom.xml b/sql/pom.xml index 9c2f5f7fb..ef627e2ad 100644 --- a/sql/pom.xml +++ b/sql/pom.xml @@ -87,6 +87,10 @@ true + + org.moditect + moditect-maven-plugin +