You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by sa...@apache.org on 2014/09/12 10:47:29 UTC

git commit: added ci info and cobertura report, rat version bumped to 0.11, developers updated

Repository: incubator-johnzon
Updated Branches:
  refs/heads/master 53a96b156 -> 3b1bd213a


added ci info and cobertura report, rat version bumped to 0.11, developers updated


Project: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/commit/3b1bd213
Tree: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/tree/3b1bd213
Diff: http://git-wip-us.apache.org/repos/asf/incubator-johnzon/diff/3b1bd213

Branch: refs/heads/master
Commit: 3b1bd213aa4757b197881b9765d77b2f002b5313
Parents: 53a96b1
Author: salyh <he...@gmail.com>
Authored: Fri Sep 12 10:47:25 2014 +0200
Committer: salyh <he...@gmail.com>
Committed: Fri Sep 12 10:47:25 2014 +0200

----------------------------------------------------------------------
 pom.xml | 21 +++++++++++++++++----
 1 file changed, 17 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-johnzon/blob/3b1bd213/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6a9b910..1057448 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.10</version>
+        <version>0.11</version>
         <configuration>
           <includes>
             <include>src/**/*</include>
@@ -313,6 +313,17 @@
         <artifactId>maven-surefire-report-plugin</artifactId>
         <version>2.17</version>
       </plugin>
+      
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+		<artifactId>cobertura-maven-plugin</artifactId>
+		<version>2.6</version>
+		    <configuration>
+				<formats>
+					<format>html</format>
+				</formats>
+			</configuration>
+		</plugin>    
     </plugins>
   </reporting>
 
@@ -340,6 +351,11 @@
       <archive>http://mail-archives.apache.org/mod_mbox/incubator-johnzon-dev/</archive>
     </mailingList>
   </mailingLists>
+  
+  <ciManagement>
+    <system>jenkins</system>
+    <url>https://builds.apache.org/job/johnzon/</url>
+  </ciManagement>
 
   <developers>
     <developer>
@@ -355,9 +371,6 @@
       <id>grobmeier</id>
       <name>Christian Grobmeier</name>
       <email>grobmeier AT apache.org</email>
-      <roles>
-        <role>Mentor</role>
-      </roles>
     </developer>
 
     <developer>