Commit c649a52f authored by lichenchong's avatar lichenchong
Browse files

Update pom.xml

parent 2fc3656d
Loading
Loading
Loading
Loading
+5 −17
Original line number Diff line number Diff line
@@ -68,29 +68,17 @@
						<plugin>
							<groupId>org.codehaus.mojo</groupId>
							<artifactId>cobertura-maven-plugin</artifactId>
							<version>2.6</version>
							<version>2.2</version>
							<configuration>
								<check>
									<branchRate>70</branchRate>
									<lineRate>70</lineRate>
									<haltOnFailure>false</haltOnFailure>
									<totalBranchRate>70</totalBranchRate>
									<totalLineRate>70</totalLineRate>
									<packageLineRate>70</packageLineRate>
									<packageBranchRate>70</packageBranchRate>
									<instrumentation>
										<excludes>
											<exclude>com/seagate/**/http/**/*.class</exclude>
											<exclude>com/seagate/**/udt/**/*.class</exclude>
										</excludes>
									</instrumentation>
								</check>
								<formats>
									<format>xml</format>
								</formats>
							</configuration>
							<executions>
								<execution>
									<phase>package</phase>
									<goals>
										<goal>check</goal>
										<goal>cobertura</goal>
									</goals>
								</execution>
							</executions>