# sprint-2 - updated dev notes.

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/3bdf1fff
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/3bdf1fff
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/3bdf1fff

Branch: refs/heads/sprint-2
Commit: 3bdf1fffbce7cef2b75749d17a43d51581784558
Parents: f5e891f
Author: Dmitiry Setrakyan <dsetrak...@gridgain.com>
Authored: Sat Mar 28 14:43:31 2015 -0700
Committer: Dmitiry Setrakyan <dsetrak...@gridgain.com>
Committed: Sat Mar 28 14:43:31 2015 -0700

----------------------------------------------------------------------
 DEVNOTES.txt | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3bdf1fff/DEVNOTES.txt
----------------------------------------------------------------------
diff --git a/DEVNOTES.txt b/DEVNOTES.txt
index 55a5c39..ed4a995 100644
--- a/DEVNOTES.txt
+++ b/DEVNOTES.txt
@@ -9,12 +9,10 @@ Build Project
 
 Build Binary Release
 --------------------
-For official apache binary release, you need to exclude the
-LGPL dependencies.
+For Ignite binary release, you need to exclude the LGPL dependencies.
 
   mvn clean package -DskipTests -P-lgpl,-examples
 
-To execute this build you need to be in GIT root folder.
 Look for ignite-fabric-<version>.zip in ./target directory.
 
 
@@ -22,7 +20,7 @@ JCache TCK compliance
 ======================
 To test compliance with JCache TCK use:
 
-mvn test -P !release,jcache-tck -pl :ignite-core -am
+mvn test -P-release,jcache-tck -pl :ignite-core -am
 
 
 Apache RAT Instructions

Reply via email to