Skip to content

Commit

Permalink
exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Mar 2, 2014
1 parent 4766a88 commit 791876a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.16</version>
<version>0.17</version>
</parent>
<groupId>com.qulice</groupId>
<artifactId>qulice</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions qulice-checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>/src/test/resources/com/qulice/checkstyle/ChecksTest/.*</exclude>
<excludes combine.children="append">
<exclude>checkstyle:/src/test/resources/com/qulice/checkstyle/ChecksTest/.*</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
6 changes: 3 additions & 3 deletions qulice-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>findbugs</exclude>
<exclude>/src/it/.*</exclude>
<excludes combine.children="append">
<exclude>findbugs:.*</exclude>
<exclude>checkstyle:/src/it/.*</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 791876a

Please sign in to comment.