From b9773b5f6a24622190762b1767efcefa6a49b494 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 1 Dec 2006 17:54:53 +0000 Subject: [PATCH] Added all project, containing one jar with all classes --- all/pom.xml | 60 +++++++++++++++++++++++++++++++++++++++ all/src/assembly/all.xml | 21 ++++++++++++++ pom.xml | 61 ++++++++++------------------------------ 3 files changed, 96 insertions(+), 46 deletions(-) create mode 100644 all/pom.xml create mode 100644 all/src/assembly/all.xml diff --git a/all/pom.xml b/all/pom.xml new file mode 100644 index 00000000..9a5c26bd --- /dev/null +++ b/all/pom.xml @@ -0,0 +1,60 @@ + + + + spring-ws + org.springframework.ws + 1.0-m3-SNAPSHOT + + 4.0.0 + spring-ws-all + pom + Spring WS All + Generates an aggregated jar that contains all classes of Spring-WS. + + + + org.apache.maven.plugins + maven-assembly-plugin + + + src/assembly/all.xml + + spring-ws-${version} + + + + make-assembly + package + + attached + + + + + + + + + + + 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 + + + diff --git a/all/src/assembly/all.xml b/all/src/assembly/all.xml new file mode 100644 index 00000000..d1df6590 --- /dev/null +++ b/all/src/assembly/all.xml @@ -0,0 +1,21 @@ + + + all + + jar + + 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 + + + true + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index bd234643..978b673f 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,7 @@ + all release @@ -165,6 +166,11 @@ maven-assembly-plugin 2.1 + + org.apache.maven.plugins + maven-release-plugin + 2.0-beta-4 + @@ -185,6 +191,13 @@ false + + org.apache.maven.plugins + maven-release-plugin + + https://svn.sourceforge.net/svnroot/springframework/spring-projects/tags/ + + org.apache.maven.plugins @@ -203,50 +216,6 @@ true - - maven-release-plugin - - https://svn.sourceforge.net/svnroot/springframework/spring-projects/tags/ - - - - org.apache.maven.plugins - maven-javadoc-plugin - - true - true - - - Spring-WS - org.springframework.ws* - - - Spring-OXM - org.springframework.oxm* - - - Spring-XML - org.springframework.xml* - - - org.springframework.ws.samples - - http://java.sun.com/j2se/1.4.2/docs/api - http://java.sun.com/j2ee/1.4/docs/api - http://java.sun.com/webservices/docs/2.0/api - http://java.sun.com/webservices/docs/2.0/xws-security/api/ - http://static.springframework.org/spring/docs/1.2.x/api - http://jakarta.apache.org/commons/logging/apidocs/ - http://xmlbeans.apache.org/docs/2.0.0/reference - http://jibx.sourceforge.net/api - http://ws.apache.org/commons/axiom/apidocs/ - http://dom4j.org/apidocs/ - http://jdom.org/docs/apidocs/ - http://www.xom.nu/apidocs/ - http://acegisecurity.org/multiproject/acegi-security/apidocs/ - - - @@ -294,6 +263,7 @@ http://jdom.org/docs/apidocs/ http://www.xom.nu/apidocs/ http://acegisecurity.org/multiproject/acegi-security/apidocs/ + http://www.extreme.indiana.edu/apis/wsdl4j/ @@ -535,7 +505,7 @@ wsdl4j wsdl4j - 1.5.2 + 1.6.1 @@ -619,7 +589,6 @@ activemq activemq 2.1 - commons-httpclient