We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d4a404 commit 9511814Copy full SHA for 9511814
README.txt
@@ -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
@@ -22,5 +22,14 @@
22
</includes>
23
<outputDirectory>/</outputDirectory>
24
</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>
34
</fileSets>
35
</assembly>
0 commit comments