diff --git a/pom.xml b/pom.xml index dd467cc..ca525a1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,6 +5,7 @@ xyz.nkomarn Harbor 1.6.4-SNAPSHOT + jar UTF-8 @@ -53,4 +54,33 @@ provided + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + \ No newline at end of file