Skip to content

Commit

Permalink
excluded jsr test -Pall-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hasancelik committed Mar 16, 2016
1 parent 146c231 commit d0336a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,12 @@
-Dorg.jsr107.tck.management.agentId=${org.jsr107.tck.management.agentId}
-Djavax.cache.annotation.CacheInvocationContext=${javax.cache.annotation.CacheInvocationContext}
</argLine>
<includes>
<include>**/**.java</include>
</includes>
<excludes>
<exclude>**/jsr/**.java</exclude>
</excludes>
<groups>
com.hazelcast.test.annotation.QuickTest,com.hazelcast.test.annotation.SlowTest,com.hazelcast.test.annotation.NightlyTest
</groups>
Expand Down

0 comments on commit d0336a3

Please sign in to comment.