<plugin>
    <groupId>org.jacoco</groupId>
    <artifactId>jacoco-maven-plugin</artifactId>
    <version>0.5.3.201107060350</version>
    <executions>
     <execution>
      <id>JaCoCo Agent</id>
      <phase>test-compile</phase>
      <goals>
       <goal>
        prepare-agent
       </goal>
      </goals>
     </execution>
     <execution>
      <id>JaCoCo Report</id>
      <phase>test</phase>
      <goals>
       <goal>
        report
       </goal>
      </goals>
     </execution>
    </executions>
   </plugin>
Logo

Agent 垂直技术社区,欢迎活跃、内容共建,欢迎商务合作。wx: diudiu5555

更多推荐