Skip to content

Commit 541d0aa

Browse files
gsmetgunnarmorling
authored andcommitted
HV-1083 Additional cleanup for the distribution
1 parent e29df28 commit 541d0aa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

distribution/src/main/assembly/dist.xml

+10
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
<source>../README.md</source>
5555
<outputDirectory>/</outputDirectory>
5656
</file>
57+
<file>
58+
<source>../CONTRIBUTING.md</source>
59+
<outputDirectory>/</outputDirectory>
60+
</file>
5761
<file>
5862
<source>../changelog.txt</source>
5963
<outputDirectory>/</outputDirectory>
@@ -77,6 +81,7 @@
7781
<excludes>
7882
<!-- we already have these files at the top level of the distribution -->
7983
<exclude>README.md</exclude>
84+
<exclude>CONTRIBUTING.md</exclude>
8085
<exclude>changelog.txt</exclude>
8186
<exclude>copyright.txt</exclude>
8287
<exclude>license.txt</exclude>
@@ -88,9 +93,14 @@
8893
<exclude>hibernate-noorm-release-scripts/**</exclude>
8994

9095
<!-- actual files which should be ignored -->
96+
<exclude>.travis.yml</exclude>
97+
<exclude>travis/**</exclude>
9198
<exclude>.git</exclude>
9299
<exclude>.gitignore</exclude>
93100
<exclude>**/target/**</exclude>
101+
<exclude>**/.settings/**</exclude>
102+
<exclude>**/.project</exclude>
103+
<exclude>**/.classpath</exclude>
94104
<exclude>**/.idea/**</exclude>
95105
<exclude>.sonar-ide.properties</exclude>
96106
<exclude>**/*.iml</exclude>

0 commit comments

Comments
 (0)