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

jfeinauer pushed a commit to branch feature/add-grafana-bridge
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 0fe2e66d1a61041a171be89c143d3067040ff42f
Author: julian <[email protected]>
AuthorDate: Wed May 6 11:56:37 2020 +0200

    Add Grafana IoTDB Bridge Artefact to distrbution in tools/grafana folder.
---
 distribution/src/assembly/distribution.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/distribution/src/assembly/distribution.xml 
b/distribution/src/assembly/distribution.xml
index b0cfd6f..686de2a 100644
--- a/distribution/src/assembly/distribution.xml
+++ b/distribution/src/assembly/distribution.xml
@@ -64,4 +64,20 @@
             <outputDirectory>docs</outputDirectory>
         </fileSet>
     </fileSets>
+    <moduleSets>
+        <moduleSet>
+            <!-- Enable access to all projects in the current multimodule 
build! -->
+            <useAllReactorProjects>true</useAllReactorProjects>
+            <!-- Now, select which projects to include in this module-set. -->
+            <includes>
+                <include>org.apache.iotdb:iotdb-grafana</include>
+            </includes>
+            <binaries>
+                <outputDirectory>/tools/grafana/</outputDirectory>
+                <unpack>false</unpack>
+                <includeDependencies>false</includeDependencies>
+                
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
+            </binaries>
+        </moduleSet>
+    </moduleSets>
 </assembly>

Reply via email to