You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by na...@apache.org on 2021/05/12 12:29:47 UTC

[ignite-extensions] branch ignite-spring-data-all-ext-1.0.0 updated: IGNITE-14706 Provide instructions for build a released module. (#60)

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

namelchev pushed a commit to branch ignite-spring-data-all-ext-1.0.0
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/ignite-spring-data-all-ext-1.0.0 by this push:
     new cfec73e  IGNITE-14706 Provide instructions for build a released module. (#60)
cfec73e is described below

commit cfec73eeca94a675167751409e3203ce516c3b39
Author: Nikita Amelchev <ns...@gmail.com>
AuthorDate: Wed May 12 15:24:59 2021 +0300

    IGNITE-14706 Provide instructions for build a released module. (#60)
    
    
    (cherry picked from commit fee830f5ddfc6cbae40c9f7dfb810c1e3c32fa23)
---
 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