[java-parent-project-v3] 03/05: INFRA-110 - Add continuous integration report.
Tom Zeller
tzeller at dragonacea.biz
Mon May 9 12:58:55 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-parent-project-v3.
commit 69bf8bd22097f536d7d6e106a3eb17824808a7f9
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 4 19:45:04 2016 -0500
INFRA-110 - Add continuous integration report.
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 7c4f349..5749c29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -776,6 +776,7 @@
<report>mailing-list</report>
<report>issue-tracking</report>
<report>scm</report>
+ <report>cim</report>
<report>project-team</report>
<report>dependencies</report>
<report>dependency-management</report>
@@ -988,6 +989,11 @@
<url>http://issues.shibboleth.net/</url>
</issueManagement>
+ <ciManagement>
+ <system>Jenkins</system>
+ <url>https://build.shibboleth.net/jenkins/</url>
+ </ciManagement>
+
<scm>
<!-- The property svn.relative.location is set by the project that inherits from this super POM -->
<connection>scm:svn:https://svn.shibboleth.net/${svn.relative.location}</connection>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list