From e3aabd43710e8d344bc7c477c7ddd1757cb5b9e9 Mon Sep 17 00:00:00 2001 From: Nils Dittberner Date: Mon, 23 Nov 2015 23:36:57 +0100 Subject: [PATCH] HAPI id_file ignoriert, pom.xml um das generieren eines source.jar und javadoc.jar erweitert. --- .gitignore | 5 ++++- pom.xml | 27 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 108e0cc..3eeba74 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ # Maven log/ -target/ \ No newline at end of file +target/ + +#HAPI +id_file \ No newline at end of file diff --git a/pom.xml b/pom.xml index ba026f3..555198a 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,33 @@ 1.8 + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + -Xdoclint:none + + + +