diff --git a/client/pom.xml b/client/pom.xml index 4fd86f3..1b4b0ee 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -37,15 +37,6 @@ src/main/resources - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - - org.apache.maven.plugins diff --git a/common/pom.xml b/common/pom.xml index e7b41b8..190ddec 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,46 +24,5 @@ - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - - - - - org.apache.maven.plugins - maven-source-plugin - 3.2.1 - - - attach-sources - - jar - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.1.1 - - - attach-javadocs - - jar - - - - - none - - - diff --git a/pom.xml b/pom.xml index d4d20e3..cf7d21c 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,18 @@ 11 + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + + + + common client diff --git a/server/pom.xml b/server/pom.xml index 8b4c4c9..488cfab 100755 --- a/server/pom.xml +++ b/server/pom.xml @@ -49,15 +49,6 @@ src/main/resources - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - - org.apache.maven.plugins