Skip to content

Commit

Permalink
re
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed Jul 8, 2014
1 parent 8d15eac commit 8f22fa4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@
<configuration>
<formats>
<format>xml</format>
<format>html</format>
</formats>
<aggregate>true</aggregate>
<instrumentation>
<excludes>
<exclude>**/*Proto.class</exclude>
Expand All @@ -463,6 +463,14 @@
</excludes>
</instrumentation>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>cobertura</goal>
</goals>
</execution>
</executions>
</plugin>

<!-- 编译 -->
Expand Down

0 comments on commit 8f22fa4

Please sign in to comment.