Skip to content

Commit

Permalink
global: coverall extensions plugin version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Ketoth Xupack <ketoth.xupack@gmail.com>
  • Loading branch information
KetothXupack committed Mar 14, 2014
1 parent 6de68b3 commit 92322c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<xbean-finder.version>3.16</xbean-finder.version>
<maven.github-site-plugin.version>0.9</maven.github-site-plugin.version>
<protoc-maven-plugin.version>0.0.1</protoc-maven-plugin.version>
<coveralls-extensions-maven-plugin.version>0.0.1</coveralls-extensions-maven-plugin.version>
<coveralls-extensions-maven-plugin.version>0.0.2</coveralls-extensions-maven-plugin.version>
</properties>

<build>
Expand Down
21 changes: 6 additions & 15 deletions projects/jaxws-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,12 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
<id>jacoco-merge-data</id>
<phase>post-integration-test</phase>
<goals>
<goal>merge</goal>
</goals>
<configuration combine.children="append">
<excludes>
<exclude>org/jvnet/jax_ws_commons/json/*.class</exclude>
<exclude>org/jvnet/jax_ws_commons/json/schema/*.class</exclude>
</excludes>
</configuration>
</execution>
</executions>
<configuration>
<excludes>
<exclude>org/jvnet/jax_ws_commons/json/*.class</exclude>
<exclude>org/jvnet/jax_ws_commons/json/schema/*.class</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 92322c6

Please sign in to comment.