From b670c2f59aab5cccebd87a69510fe75633404bde Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Thu, 8 Jun 2017 11:39:08 -0700 Subject: [PATCH] missed the maven tarball assembly file --- contrib/src/main/assembly/dist.xml | 45 ++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 contrib/src/main/assembly/dist.xml diff --git a/contrib/src/main/assembly/dist.xml b/contrib/src/main/assembly/dist.xml new file mode 100644 index 00000000..6d0d465a --- /dev/null +++ b/contrib/src/main/assembly/dist.xml @@ -0,0 +1,45 @@ + + dist + + tar.gz + + true + + + true + /lib + + + + + . + / + + ../dist/README.txt + ../dist/LICENSE.txt + ../dist/HOWTO-Launch-Heritrix.txt + + + + ../dist/src/main/licenses + /lib + + + ../dist/src/main/bin + /bin + 0755 + + + ../dist/src/main/extras + /extras + + + ../dist/src/main/conf + /conf + + + ../dist/src/main/conf/jobs + /jobs + + +