File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <project xmlns = " http://maven.apache.org/POM/4.0.0 " xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance "
2- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <? xml version = " 1.0 " encoding = " UTF-8 " ?>
2+ < project xmlns = " http://maven.apache.org/POM/4.0.0 " xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance " xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44
55 <groupId >com.xf</groupId >
102102 <version >1.8</version >
103103 </plugin >
104104
105- <!-- cobertura 测试覆盖率统计插件 -->
105+ <!-- cobertura 测试覆盖率统计æ’ä»? -->
106106 <plugin >
107107 <groupId >org.codehaus.mojo</groupId >
108108 <artifactId >cobertura-maven-plugin</artifactId >
152152 <version >2.4</version >
153153 </plugin >
154154
155- <!-- enforcer插件, 避免被依赖的依赖引入过期的jar包 -->
155+ <!-- enforceræ’ä»¶, é¿å…被ä¾èµ–çš„ä¾èµ–引入过期的jaråŒ? -->
156156 <plugin >
157157 <groupId >org.apache.maven.plugins</groupId >
158158 <artifactId >maven-enforcer-plugin</artifactId >
232232 <modules >
233233 <module >rabbitmq</module >
234234 <module >common</module >
235- </modules >
236- </project >
235+ <module >redis</module >
236+ </modules >
237+ </project >
You can’t perform that action at this time.
0 commit comments