pom.xml improvements

Adding link to Jira and TODO for Jenkins to be compliant with other creadur parts.



git-svn-id: https://svn.apache.org/repos/asf/creadur/tentacles/trunk@1615430 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1f723bc..b4caca4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,21 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
+  
+	<issueManagement>
+		<system>JIRA</system>
+		<url>https://issues.apache.org/jira/browse/TENTACLES</url>
+	</issueManagement>
+
+	<!-- TODO
+	<ciManagement>
+		<system>Jenkins</system>
+		<url>http://ci.apache.org/builders/tentacles_trunk</url>
+		Jenkins builds are at:
+		https://builds.apache.org/job/Creadur-Tentacles/ - check Java6 compliance and run all tests
+		https://builds.apache.org/job/Creadur-Tentacles-Site/ - generate mvn site
+	</ciManagement>
+	 -->
 
   <build>
     <defaultGoal>install</defaultGoal>