diff --git a/pom.xml b/pom.xml index ff149d8cf..d21488a08 100644 --- a/pom.xml +++ b/pom.xml @@ -88,11 +88,13 @@ maven-assembly-plugin - 2.1 + 2.2-beta-1 src/main/assembly/bin-unix.xml src/main/assembly/bin-win.xml + src/main/assembly/bin-with-deps-unix.xml + src/main/assembly/bin-with-deps-win.xml src/main/assembly/src-unix.xml src/main/assembly/src-win.xml diff --git a/src/main/assembly/bin-unix.xml b/src/main/assembly/bin-unix.xml index 4461fa806..f322e5f8a 100644 --- a/src/main/assembly/bin-unix.xml +++ b/src/main/assembly/bin-unix.xml @@ -37,11 +37,14 @@ /lib false + false + + / README.txt LICENSE.txt diff --git a/src/main/assembly/bin-win.xml b/src/main/assembly/bin-win.xml index ccc5333d3..8517dc7b5 100644 --- a/src/main/assembly/bin-win.xml +++ b/src/main/assembly/bin-win.xml @@ -37,11 +37,14 @@ /lib false + false + + / README.txt LICENSE.txt diff --git a/src/main/assembly/bin-with-deps-unix.xml b/src/main/assembly/bin-with-deps-unix.xml new file mode 100644 index 000000000..f0d16f4ec --- /dev/null +++ b/src/main/assembly/bin-with-deps-unix.xml @@ -0,0 +1,70 @@ + + + bin-with-dependencies-unix + + tar.gz + + + + + /lib + false + true + + + + + + + / + + README.txt + LICENSE.txt + NOTICE.txt + RELEASE_NOTES.txt + + lf + + + + module-client/target/site/apidocs + javadoc/httpclient + + + module-client/src/examples/ + examples + lf + + **/*.java + + + + diff --git a/src/main/assembly/bin-with-deps-win.xml b/src/main/assembly/bin-with-deps-win.xml new file mode 100644 index 000000000..1b931a383 --- /dev/null +++ b/src/main/assembly/bin-with-deps-win.xml @@ -0,0 +1,70 @@ + + + bin-with-dependencies-win + + zip + + + + + /lib + false + true + + + + + + + / + + README.txt + LICENSE.txt + NOTICE.txt + RELEASE_NOTES.txt + + crlf + + + + module-client/target/site/apidocs + javadoc/httpclient + + + module-client/src/examples/ + examples + crlf + + **/*.java + + + + diff --git a/src/main/assembly/src-unix.xml b/src/main/assembly/src-unix.xml index ac65a6ebf..1410d0b28 100644 --- a/src/main/assembly/src-unix.xml +++ b/src/main/assembly/src-unix.xml @@ -35,6 +35,8 @@ + + / README.txt LICENSE.txt @@ -45,6 +47,8 @@ + + / *.xml diff --git a/src/main/assembly/src-win.xml b/src/main/assembly/src-win.xml index 0b59ba874..f0115cbb4 100644 --- a/src/main/assembly/src-win.xml +++ b/src/main/assembly/src-win.xml @@ -35,6 +35,8 @@ + + / README.txt LICENSE.txt @@ -45,6 +47,8 @@ + + / *.xml