# ignite-45 - devnotes fix.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b54b7514 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b54b7514 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b54b7514 Branch: refs/heads/ignite-497-stick Commit: b54b7514179654da4134384dfbc4e8455aabc55e Parents: 0778c91 Author: Dmitiry Setrakyan <dsetrak...@gridgain.com> Authored: Sun Mar 22 21:37:10 2015 -0700 Committer: Dmitiry Setrakyan <dsetrak...@gridgain.com> Committed: Sun Mar 22 21:37:10 2015 -0700 ---------------------------------------------------------------------- DEVNOTES.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b54b7514/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/DEVNOTES.txt b/DEVNOTES.txt index ffa89c6..7f943c2 100644 --- a/DEVNOTES.txt +++ b/DEVNOTES.txt @@ -14,8 +14,10 @@ To execute this build you need to be in GIT root folder. Look for ignite-fabric-<version>.zip in ./target directory. -Running JCache TCK tests for Ignite cache ------------------------------------------ +JCache TCK compliance +====================== +To test compliance with JCache TCK use: + mvn test -P !release,jcache-tck -pl :ignite-core -am