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

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
     new c6dbd2c  Add examples and configuration document to the binary release 
artifact
c6dbd2c is described below

commit c6dbd2c9583fa870bc2ceeba732a89ec0406ec0b
Author: Timothy Bish <tabish...@gmail.com>
AuthorDate: Wed Apr 21 17:20:28 2021 -0400

    Add examples and configuration document to the binary release artifact
---
 apache-qpid-protonj2/src/main/assembly/bin.xml | 48 ++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/apache-qpid-protonj2/src/main/assembly/bin.xml 
b/apache-qpid-protonj2/src/main/assembly/bin.xml
index 3753cad..941e5fa 100644
--- a/apache-qpid-protonj2/src/main/assembly/bin.xml
+++ b/apache-qpid-protonj2/src/main/assembly/bin.xml
@@ -58,5 +58,53 @@
       </includes>
     </dependencySet>
   </dependencySets>
+  <moduleSets>
+    <moduleSet>
+      <useAllReactorProjects>true</useAllReactorProjects>
+      <includes>
+        <include>org.apache.qpid:protonj2-client-examples</include>
+      </includes>
+      <sources>
+        <includeModuleDirectory>false</includeModuleDirectory>
+        <fileSets>
+          <fileSet>
+            <directory>src</directory>
+            <outputDirectory>examples/src</outputDirectory>
+            <fileMode>0644</fileMode>
+            <directoryMode>0755</directoryMode>
+          </fileSet>
+          <fileSet>
+            <outputDirectory>examples/</outputDirectory>
+            <includes>
+              <include>pom.xml</include>
+              <include>README.txt</include>
+            </includes>
+            <fileMode>0644</fileMode>
+            <directoryMode>0755</directoryMode>
+          </fileSet>
+        </fileSets>
+      </sources>
+    </moduleSet>
+    <moduleSet>
+         <useAllReactorProjects>true</useAllReactorProjects>
+      <includes>
+        <include>org.apache.qpid:protonj2-client-docs</include>
+      </includes>
+      <sources>
+        <includeModuleDirectory>false</includeModuleDirectory>
+        <fileSets>
+          <fileSet>
+            <includes>
+              <include>*.md</include>
+              <include>README.txt</include>
+            </includes>
+            <outputDirectory>docs</outputDirectory>
+            <fileMode>0644</fileMode>
+            <directoryMode>0755</directoryMode>
+          </fileSet>
+        </fileSets>
+      </sources>
+    </moduleSet>
+  </moduleSets>
 </assembly>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to