# ignite-450: fill DEVNOTES.txt

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

Branch: refs/heads/ignite-gg-9828
Commit: 0761b1e19442a98e24d67c041d7e5469e19ce364
Parents: 749ef84
Author: Artem Shutak <ashu...@gridgain.com>
Authored: Wed Mar 11 17:12:13 2015 +0300
Committer: Artem Shutak <ashu...@gridgain.com>
Committed: Wed Mar 11 17:12:13 2015 +0300

----------------------------------------------------------------------
 DEVNOTES.txt | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/0761b1e1/DEVNOTES.txt
----------------------------------------------------------------------
diff --git a/DEVNOTES.txt b/DEVNOTES.txt
index 1af6296..98eb7e6 100644
--- a/DEVNOTES.txt
+++ b/DEVNOTES.txt
@@ -1,7 +1,16 @@
 Maven Build Instructions
 ========================
-TODO:
+To build Ignite project (without running of tests) use:
+
+mvn clean package -DskipTests
+
+and look for ignite-fabric-<version>.zip at ./target directory.
+
 
 Apache RAT Instructions
 =======================
-TODO:
\ No newline at end of file
+To check license headers use:
+
+mvn clean validate -Pcheck-licenses
+
+for more information see "check-licenses" profile (at root pom.xml).
\ No newline at end of file

Reply via email to