This closes #118

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/d3955f70
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/d3955f70
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/d3955f70

Branch: refs/heads/master
Commit: d3955f70e65763bc267e952905e06096e8f1b820
Parents: c63c6ec f54d065
Author: Thomas Bouron <thomas.bou...@cloudsoftcorp.com>
Authored: Sun Nov 4 07:40:25 2018 +0000
Committer: Thomas Bouron <thomas.bou...@cloudsoftcorp.com>
Committed: Sun Nov 4 07:40:25 2018 +0000

----------------------------------------------------------------------
 dist/Dockerfile | 33 +++++++++++++++++++++++++++++++++
 dist/pom.xml    | 32 ++++++++++++++++++++++++++------
 2 files changed, 59 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/d3955f70/dist/pom.xml
----------------------------------------------------------------------
diff --cc dist/pom.xml
index 8c0763d,d25ef2a..22d6de1
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@@ -70,12 -70,14 +70,12 @@@
                          <!-- Exclude sample config files because they are 
illustrative, intended for changing -->
                          <exclude>src/main/dist/conf/**</exclude>
                          <exclude>src/main/dist/README.md</exclude>
 -                        <exclude>licensing/licenses/**</exclude>
 +                        <!-- Exclude these which are not ours or have little 
valuable content and/or where the header is difficult to work with -->
 +                        <exclude>licensing/license-text/**</exclude>
 +                        <exclude>licensing/parts/**</exclude>
                          <exclude>licensing/README.md</exclude>
 -                        <exclude>licensing/*LICENSE*</exclude>
 -                        <exclude>licensing/*.autogenerated</exclude>
 -                        
<exclude>licensing/projects-with-custom-licenses</exclude>
 -                        <exclude>licensing/extras-files</exclude>
                      </excludes>
-                   </configuration>
+                 </configuration>
              </plugin>
              <plugin>
                  <artifactId>maven-assembly-plugin</artifactId>

Reply via email to