Repository: activemq-artemis
Updated Branches:
  refs/heads/master d5f6aec08 -> 2b00c99ad


Exclude dev files and other docs from src distro


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/e1ce1719
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/e1ce1719
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/e1ce1719

Branch: refs/heads/master
Commit: e1ce1719b54dc1ecad93f3f7dde3134ddb695325
Parents: b5cb652
Author: Martyn Taylor <[email protected]>
Authored: Wed May 13 12:56:46 2015 +0100
Committer: Clebert Suconic <[email protected]>
Committed: Wed May 13 09:33:30 2015 -0400

----------------------------------------------------------------------
 .../src/main/assembly/source-assembly.xml              | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e1ce1719/artemis-distribution/src/main/assembly/source-assembly.xml
----------------------------------------------------------------------
diff --git a/artemis-distribution/src/main/assembly/source-assembly.xml 
b/artemis-distribution/src/main/assembly/source-assembly.xml
index 3509b53..87129d6 100644
--- a/artemis-distribution/src/main/assembly/source-assembly.xml
+++ b/artemis-distribution/src/main/assembly/source-assembly.xml
@@ -38,10 +38,21 @@
          should use this descriptor directly in future -->
          <excludes>
             <exclude>tests/extra-tests/</exclude>
-            
+
             <!-- in case some of the build generates data, this needs to be 
ignored -->
             <exclude>data/</exclude>
 
+            <!-- Exclude all docs except user manual -->
+            <exclude>docs/design-guide/</exclude>
+            <exclude>docs/diagrams/</exclude>
+            <exclude>docs/quickstart-guide/</exclude>
+
+            <!-- Exclude Release and Dev files -->
+            <exclude>RELEASING.md</exclude>
+            <exclude>ratReport.txt</exclude>
+            <exclude>.gitignore</exclude>
+            <exclude>artemis_doap.rdf</exclude>
+
             <!--  build output  -->
             <exclude>
                
%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}.*]

Reply via email to