From a9586fad0dea92e82043a221ed18a3cc87ab5fa4 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Sun, 31 Dec 2006 16:19:17 +0000 Subject: [PATCH] Doing release from parent project instead of release project --- pom.xml | 17 +++++---- src/assembly/docs.xml | 12 +++++++ src/assembly/full.xml | 74 ++++++++++++++++++++++++++++++++++++++++ src/assembly/minimal.xml | 25 ++++++++++++++ 4 files changed, 119 insertions(+), 9 deletions(-) create mode 100644 src/assembly/docs.xml create mode 100644 src/assembly/full.xml create mode 100644 src/assembly/minimal.xml diff --git a/pom.xml b/pom.xml index 9e82fa51..a31d632e 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,6 @@ - org.apache.maven.plugins maven-compiler-plugin 1.3 @@ -141,23 +140,28 @@ - org.apache.maven.plugins maven-surefire-plugin once false + + maven-assembly-plugin + + + src/assembly/minimal.xml + + + - org.apache.maven.plugins maven-eclipse-plugin true - org.apache.maven.plugins maven-idea-plugin true @@ -169,25 +173,21 @@ - org.apache.maven.plugins maven-jxr-plugin true - org.apache.maven.plugins maven-surefire-report-plugin true - org.apache.maven.plugins maven-clover-plugin - org.apache.maven.plugins maven-javadoc-plugin true @@ -226,7 +226,6 @@ - org.apache.maven.plugins maven-project-info-reports-plugin diff --git a/src/assembly/docs.xml b/src/assembly/docs.xml new file mode 100644 index 00000000..7b0b181d --- /dev/null +++ b/src/assembly/docs.xml @@ -0,0 +1,12 @@ + + + + + + readme.txt + license.txt + changelog.txt + + + + \ No newline at end of file diff --git a/src/assembly/full.xml b/src/assembly/full.xml new file mode 100644 index 00000000..662c15b5 --- /dev/null +++ b/src/assembly/full.xml @@ -0,0 +1,74 @@ + + + full + + zip + + + src/assembly/docs.xml + + false + + + + org.springframework.ws:spring-xml + org.springframework.ws:spring-oxm + org.springframework.ws:spring-oxm-tiger + org.springframework.ws:spring-ws-core + org.springframework.ws:spring-ws-security + + + false + + + + + + target/site/apidocs + docs/api + + + samples + samples + + readme.txt + + dos + + + samples + samples + + pom.xml + echo/** + airline/** + + + **/target/** + **/target + **/*.iml + **/META-INF/* + **/*.log + + + + + diff --git a/src/assembly/minimal.xml b/src/assembly/minimal.xml new file mode 100644 index 00000000..45359a2b --- /dev/null +++ b/src/assembly/minimal.xml @@ -0,0 +1,25 @@ + + + minimal + + zip + + + src/assembly/docs.xml + + false + + + + org.springframework.ws:spring-xml + org.springframework.ws:spring-oxm + org.springframework.ws:spring-oxm-tiger + org.springframework.ws:spring-ws-core + org.springframework.ws:spring-ws-security + + + false + + + +