Repository: commons-release-plugin
Updated Branches:
  refs/heads/1.1 eeedc8287 -> db952080d


Adding static analysis files to src assemblies


Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/bfb8fd94
Tree: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/bfb8fd94
Diff: 
http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/bfb8fd94

Branch: refs/heads/1.1
Commit: bfb8fd94ae9e98d719f984cb9dc4009f52b1eda6
Parents: eeedc82
Author: Rob Tompkins <chtom...@gmail.com>
Authored: Fri Mar 2 07:25:53 2018 -0500
Committer: Rob Tompkins <chtom...@gmail.com>
Committed: Fri Mar 2 07:25:53 2018 -0500

----------------------------------------------------------------------
 src/assembly/src.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/bfb8fd94/src/assembly/src.xml
----------------------------------------------------------------------
diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index 7a2b2ce..0b604c1 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -24,12 +24,16 @@
     <fileSets>
         <fileSet>
             <includes>
+                <include>checkstyle.xml</include>
+                <include>checkstyle-supressions.xml</include>
                 <include>CONTRIBUTING.md</include>
+                <include>fb-excludes.xml</include>
+                <include>LICENSE</include>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
                 <include>pom.xml</include>
-                <include>RELEASE-NOTES.txt</include>                
-                <include>README.md</include>                
+                <include>README.md</include>
+                <include>RELEASE-NOTES.txt</include>
             </includes>
         </fileSet>
         <fileSet>

Reply via email to