File tree Expand file tree Collapse file tree 1 file changed +5
-25
lines changed
Expand file tree Collapse file tree 1 file changed +5
-25
lines changed Original file line number Diff line number Diff line change 22<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 <artifactId >hadoop-admin-tools</artifactId >
5- <version >0.4.3 </version >
5+ <version >0.4.4 </version >
66
77 <parent >
88 <groupId >org.trustedanalytics</groupId >
1414 <tools-class >org.trustedanalytics.hadoop.admin.tools.HadoopClientParamsImporter</tools-class >
1515 <script-importer-name >import_hadoop_conf.sh</script-importer-name >
1616 <powermock .version>1.6.2</powermock .version>
17+ <jacoco-measurement-instructions >0.6472</jacoco-measurement-instructions >
18+ <jacoco-measurement-branches >0.4230</jacoco-measurement-branches >
19+ <jacoco-measurement-lines >0.7042</jacoco-measurement-lines >
20+ <jacoco-measurement-classes >1.0000</jacoco-measurement-classes >
1721 </properties >
1822
1923 <build >
9195 <version >2.17</version >
9296 <configuration >
9397 </configuration >
94- </plugin >
95- <plugin >
96- <groupId >org.jacoco</groupId >
97- <artifactId >jacoco-maven-plugin</artifactId >
98- <version >0.7.4.201502262128</version >
99- <configuration >
100- <destFile >${basedir} /target/coverage-reports/jacoco-unit.exec</destFile >
101- <dataFile >${basedir} /target/coverage-reports/jacoco-unit.exec</dataFile >
102- </configuration >
103- <executions >
104- <execution >
105- <id >jacoco-initialize</id >
106- <goals >
107- <goal >prepare-agent</goal >
108- </goals >
109- </execution >
110- <execution >
111- <id >jacoco-site</id >
112- <phase >package</phase >
113- <goals >
114- <goal >report</goal >
115- </goals >
116- </execution >
117- </executions >
11898 </plugin >
11999 <plugin >
120100 <groupId >com.mycila</groupId >
You can’t perform that action at this time.
0 commit comments