diff --git a/pom.xml b/pom.xml index 9d197e8..8ad2e45 100644 --- a/pom.xml +++ b/pom.xml @@ -108,5 +108,38 @@ + + local + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadocs + + jar + + + + + + + \ No newline at end of file