diff --git a/nbactions.xml b/nbactions.xml
new file mode 100644
index 0000000..dc704ac
--- /dev/null
+++ b/nbactions.xml
@@ -0,0 +1,10 @@
+
+
+
+ CUSTOM-site
+ site
+
+ site
+
+
+
diff --git a/pom.xml b/pom.xml
index 869b337..1831a36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,4 +28,48 @@
compile
+
+
+
+ org.apache.maven.plugins
+ maven-jxr-plugin
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ org.codehaus.mojo
+ emma-maven-plugin
+ 1.0-alpha-2
+ true
+
+ once
+ xml
+ ${project.build.directory}/generated-classes/emma/classes
+
+
+
+ org.codehaus.mojo
+ surefire-report-maven-plugin
+ true
+
+
+ org.codehaus.mojo
+ findbugs-maven-plugin
+ 2.0.1
+
+
+ org.apache.maven.plugins
+ maven-pmd-plugin
+ 2.5
+
+ true
+ utf-8
+ 100
+ 1.5
+
+
+
+