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
+
+
+
+