diff --git a/pom.xml b/pom.xml index b4e4c1d..76416f8 100644 --- a/pom.xml +++ b/pom.xml @@ -28,5 +28,33 @@ java-nio-server + + + 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 + + + + + \ No newline at end of file