Skip to content

Commit 9511814

Browse files
committed
a little more cleanup
1 parent 1d4a404 commit 9511814

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Please see README.md (in Markdown format) or view it at:
2+
3+
https://github.com/lightbody/browsermob-proxy

src/main/assembly.xml

+9
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,14 @@
2222
</includes>
2323
<outputDirectory>/</outputDirectory>
2424
</fileSet>
25+
<fileSet>
26+
<directory>${project.basedir}</directory>
27+
<includes>
28+
<include>LICENSE.txt</include>
29+
<include>README.txt</include>
30+
<include>README.md</include>
31+
</includes>
32+
<outputDirectory>/</outputDirectory>
33+
</fileSet>
2534
</fileSets>
2635
</assembly>

0 commit comments

Comments
 (0)