Put the tlds in the jar :) Going to need to split the impl and the spec jars up someday I imagine. Easy enough. 
diff --git a/pom.xml b/pom.xml
index 6484117..4f193ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,6 +123,10 @@
         <directory>src</directory>
         <targetPath>.</targetPath>
       </resource>
+      <resource>
+        <directory>conf</directory>
+        <targetPath>META-INF</targetPath>
+      </resource>
     </resources>
     <plugins>
       <plugin>