diff --git a/core/pom.xml b/core/pom.xml index 41b8eecd..849e32a9 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -11,11 +11,18 @@ failsafe Failsafe + + ${project.groupId}.core + + + + org.moditect + moditect-maven-plugin + maven-jar-plugin - 3.1.1 diff --git a/modules/okhttp/pom.xml b/modules/okhttp/pom.xml index 71378301..c355cd4c 100644 --- a/modules/okhttp/pom.xml +++ b/modules/okhttp/pom.xml @@ -12,6 +12,10 @@ failsafe-okhttp Failsafe OkHttp + + ${project.groupId}.okhttp + + ${project.groupId} @@ -39,4 +43,13 @@ test + + + + + org.moditect + moditect-maven-plugin + + + diff --git a/modules/retrofit/pom.xml b/modules/retrofit/pom.xml index 43d7b90a..5324107d 100644 --- a/modules/retrofit/pom.xml +++ b/modules/retrofit/pom.xml @@ -12,6 +12,10 @@ failsafe-retrofit Failsafe Retrofit + + ${project.groupId}.retrofit + + ${project.groupId} @@ -51,4 +55,13 @@ test + + + + + org.moditect + moditect-maven-plugin + + + diff --git a/pom.xml b/pom.xml index 2be25cce..1d586d59 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,12 @@ HEAD + + undefined + 1.8 + 1.8 + + core modules/okhttp @@ -61,20 +67,59 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.1 + + + org.moditect + moditect-maven-plugin + 1.0.0.RC2 + + + add-module-infos + package + + add-module-info + + + 9 + true + + + ${java.module.name} + + *; + + true + + + + --multi-release=9 + + + + + + + - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - 1.8 - 1.8 - - org.apache.maven.plugins maven-surefire-plugin - 2.22.2 false @@ -95,7 +140,6 @@ maven-jar-plugin - 3.1.1 ${project.build.outputDirectory}/META-INF/MANIFEST.MF