You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2014/08/03 20:32:49 UTC

svn commit: r1615430 - /creadur/tentacles/trunk/pom.xml

Author: pottlinger
Date: Sun Aug  3 18:32:48 2014
New Revision: 1615430

URL: http://svn.apache.org/r1615430
Log:
pom.xml improvements

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


Modified:
    creadur/tentacles/trunk/pom.xml

Modified: creadur/tentacles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/tentacles/trunk/pom.xml?rev=1615430&r1=1615429&r2=1615430&view=diff
==============================================================================
--- creadur/tentacles/trunk/pom.xml (original)
+++ creadur/tentacles/trunk/pom.xml Sun Aug  3 18:32:48 2014
@@ -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>