You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vk...@apache.org on 2020/12/29 22:43:06 UTC

[ignite-3] branch ignite-3.0.0-alpha1 updated: Added DEVNOTES

This is an automated email from the ASF dual-hosted git repository.

vkulichenko pushed a commit to branch ignite-3.0.0-alpha1
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/ignite-3.0.0-alpha1 by this push:
     new 48862ed  Added DEVNOTES
48862ed is described below

commit 48862ed72e29085a2babc09edb4e860d9fdaa6b6
Author: Valentin Kulichenko <va...@gmail.com>
AuthorDate: Tue Dec 29 14:42:03 2020 -0800

    Added DEVNOTES
---
 DEVNOTES.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/DEVNOTES.md b/DEVNOTES.md
new file mode 100644
index 0000000..1e814dd
--- /dev/null
+++ b/DEVNOTES.md
@@ -0,0 +1,12 @@
+## Maven Build Instructions
+
+### Running full build (with or without unit tests)
+
+    mvn clean install [-DskipTests]
+
+Upon completion, you will find the CLI tool under `modules/cli/target` directory.
+Use `ignite` on Linux and MacOS, or `ignite.exe` on Windows. 
+    
+### Checking license headers using Apache RAT
+
+    mvn validate