You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by hu...@apache.org on 2022/03/29 04:31:51 UTC

[rocketmq-mqtt] 23/43: Update pom.xml

This is an automated email from the ASF dual-hosted git repository.

huzongtang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git

commit 4972122cadf1918cf1a80bdaaba48caed74794cb
Author: dinglei <li...@163.com>
AuthorDate: Thu Mar 10 20:49:29 2022 +0800

    Update pom.xml
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6f9d09b..87c55cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,6 +172,18 @@
                 </configuration>
             </plugin>
             <plugin>
+	       <groupId>org.codehaus.mojo</groupId>
+	       <artifactId>cobertura-maven-plugin</artifactId>
+	       <version>2.7</version>
+	       <configuration>
+	         <formats>
+		   <format>html</format>
+		   <format>xml</format>
+		</formats>
+		<check />
+	       </configuration>
+	   </plugin>
+            <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
                     <finalName>rocketmq-mqtt</finalName>