This is an automated email from the ASF dual-hosted git repository.
namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new fee830f IGNITE-14706 Provide instructions for build a released
module. (#60)
fee830f is described below
commit fee830f5ddfc6cbae40c9f7dfb810c1e3c32fa23
Author: Nikita Amelchev <[email protected]>
AuthorDate: Wed May 12 15:24:59 2021 +0300
IGNITE-14706 Provide instructions for build a released module. (#60)
---
DEVNOTES.txt | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/DEVNOTES.txt b/DEVNOTES.txt
index f0d7510..59bdff9 100644
--- a/DEVNOTES.txt
+++ b/DEVNOTES.txt
@@ -5,3 +5,19 @@ Apache Ignite Extensions Maven Build Instructions
mvn clean install
+
+Maven Build Instructions For Released Apache Ignite Extension
+=============================================================
+
+NOTE: The release sources package of an Apache Ignite extension provides not
only released module sources. The sources
+of other modules from the package are development copy and should not be built.
+
+1) Compile and install:
+
+ mvn -pl modules/%MODULE_NAME% clean install
+
+ where the %MODULE_NAME% is a released extension module name.
+
+ Example:
+
+ mvn -pl modules/spring-data-ext clean install