diff --git a/pom.xml b/pom.xml index 64713c0..1d99474 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ http://www.opensource.org/licenses/mit-license.php - + kske @@ -31,7 +31,7 @@ Europe/Berlin - + scm:git:https://git.kske.dev/zdm/event-bus.git scm:git:ssh:git@git.kske.dev:zdm/event-bus.git @@ -47,6 +47,32 @@ + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + +