From 6a971bc0e4b45793233ced7ba447a1595d7d0a56 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Tue, 13 Nov 2007 21:12:40 +0000 Subject: [PATCH] Added separate parent pom, to make the assembly plugin work again. --- core-tiger/pom.xml | 2 +- core/pom.xml | 4 +- oxm-tiger/pom.xml | 4 +- oxm/pom.xml | 4 +- parent/pom.xml | 597 +++++++++++++++++++++++++++++++++++++++++ pom.xml | 620 ++----------------------------------------- security/pom.xml | 4 +- src/assembly/all.xml | 2 + support/pom.xml | 2 +- xml/pom.xml | 2 +- 10 files changed, 633 insertions(+), 608 deletions(-) create mode 100644 parent/pom.xml diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml index 74355aed..0645fb69 100644 --- a/core-tiger/pom.xml +++ b/core-tiger/pom.xml @@ -1,6 +1,6 @@ - spring-ws + spring-ws-parent org.springframework.ws 1.1-SNAPSHOT diff --git a/core/pom.xml b/core/pom.xml index 90943624..f0b2d2b6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - spring-ws + spring-ws-parent org.springframework.ws 1.1-SNAPSHOT diff --git a/oxm-tiger/pom.xml b/oxm-tiger/pom.xml index 19212ed0..acd6c6d4 100644 --- a/oxm-tiger/pom.xml +++ b/oxm-tiger/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - spring-ws + spring-ws-parent org.springframework.ws 1.1-SNAPSHOT diff --git a/oxm/pom.xml b/oxm/pom.xml index c34cf70a..c5c79aae 100644 --- a/oxm/pom.xml +++ b/oxm/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - spring-ws + spring-ws-parent org.springframework.ws 1.1-SNAPSHOT diff --git a/parent/pom.xml b/parent/pom.xml new file mode 100644 index 00000000..0936a70f --- /dev/null +++ b/parent/pom.xml @@ -0,0 +1,597 @@ + + + 4.0.0 + org.springframework.ws + spring-ws-parent + pom + 1.1-SNAPSHOT + Spring Web Services - Parent + + Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It + aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services + using one of the many ways to manipulate XML payloads. + + http://static.springframework.org/spring-ws/site/index.html + + JIRA + http://opensource2.atlassian.com/projects/spring/browse/SWS/ + + + bamboo + http://build.springframework.org:8085/bamboo/ + + 2005 + + + poutsma + Arjen Poutsma + apoutsma@interface21.com + Interface21 + http://www.interface21.com + + Project Admin + Developer + + +1 + + + springboy + Rick Evans + revans@interface21.com + Interface21 + http://www.interface21.com + + Developer + Documentalist + + + + + + Ingo Siebert + + + Ben Ethridge + + + Kristoffer Moum + + + + The Spring Web Services Framework + http://www.springframework.org/spring-ws + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + http://static.springframework.org/spring-ws/site/downloads/releases.html + + local + file:///Users/arjen/Projects/Spring/repos/repo + + + spring-snapshot + Spring Snapshot Repository + s3://maven.springframework.org/snapshot + + + static.springframework.org + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-ws/site + + + + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk + scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk + http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk + + + 2.0.7 + + + + java.net + Java.net Repository for Maven + http://download.java.net/maven/1/ + legacy + + + spring-milestone + Springframework Maven Milestone Repository + http://s3.amazonaws.com/maven.springframework.org/milestone + + + + + + org.springframework.aws + spring-aws-maven + 1.2 + + + + + + maven-compiler-plugin + + 1.3 + 1.4 + + + + maven-surefire-plugin + 2.3 + + once + false + + + + maven-jar-plugin + + + + true + + + ${version} + + + + + + + maven-eclipse-plugin + + true + + + + maven-idea-plugin + + true + true + + + + + + + + maven-jxr-plugin + + true + + + + maven-surefire-report-plugin + + true + + + + maven-project-info-reports-plugin + + + + + + + + org.springframework.ws + spring-xml + ${project.version} + + + org.springframework.ws + spring-oxm + ${project.version} + + + org.springframework.ws + spring-oxm-tiger + ${project.version} + + + org.springframework.ws + spring-ws-core + ${project.version} + + + org.springframework.ws + spring-ws-core-tiger + ${project.version} + + + org.springframework.ws + spring-ws-support + ${project.version} + + + org.springframework.ws + spring-ws-security + ${project.version} + + + org.springframework.ws + spring-ws-samples + ${project.version} + + + org.springframework.ws + spring-ws-doc + ${project.version} + pom + + + org.springframework.ws + airline + war + ${pom.version} + + + org.springframework.ws + echo + war + ${pom.version} + + + + org.springframework + spring-core + ${spring.version} + + + org.springframework + spring-beans + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + org.springframework + spring-aop + ${spring.version} + + + org.springframework + spring-web + ${spring.version} + + + org.springframework + spring-webmvc + ${spring.version} + + + struts + struts + + + + + org.springframework + spring-jpa + ${spring.version} + + + org.springframework + spring-dao + ${spring.version} + + + org.springframework + spring-jdbc + ${spring.version} + + + org.springframework + spring-tx + ${spring.version} + + + org.springframework + spring-jms + ${spring.version} + + + org.springframework + spring-remoting + ${spring.version} + + + org.springframework + spring-mock + ${spring.version} + test + + + org.springframework + spring-test + ${spring.version} + test + + + + xerces + xercesImpl + 2.8.1 + + + stax + stax-api + 1.0.1 + + + xalan + xalan + 2.7.0 + + + jaxen + jaxen + 1.1.1 + + + xml-apis + xml-apis + 1.3.04 + + + org.codehaus.woodstox + wstx-asl + 3.1.0 + + + jdom + jdom + 1.0 + + + dom4j + dom4j + 1.6.1 + + + xom + xom + 1.1 + + + xpp3 + xpp3 + 1.1.3.4.O + + + + + org.codehaus.castor + castor + 1.1.1 + + + + xmlbeans + xbean + 2.1.0 + + + + org.jibx + jibx-run + 1.1.5 + + + org.jibx + jibx-bind + 1.1.5 + + + bcel + bcel + 5.1 + + + + com.thoughtworks.xstream + xstream + 1.2.2 + + + + com.sun.xml.messaging.saaj + saaj-impl + 1.3 + + + org.apache.ws.commons.axiom + axiom-api + 1.2.5 + + + org.apache.ws.commons.axiom + axiom-impl + 1.2.5 + + + + wsdl4j + wsdl4j + 1.6.1 + + + + com.sun.xml.wss + xws-security + 2.0-FCS + + + com.sun.org.apache.xml.security + xmlsec + 2.0 + + + org.acegisecurity + acegi-security + 1.0.5 + + + org.acegisecurity + acegi-security-tiger + 1.0.5 + + + + javax.xml.soap + saaj-api + 1.3 + provided + + + javax.servlet + servlet-api + 2.4 + provided + + + javax.mail + mail + 1.4.1 + provided + + + javax.activation + activation + 1.1.1 + provided + + + javax.jms + jms + 1.1 + provided + + + javax.ejb + ejb + 2.1 + provided + + + javax.persistence + persistence-api + 1.0 + provided + + + + commons-httpclient + commons-httpclient + 3.0.1 + + + org.mortbay.jetty + jetty + 6.1.0 + + + org.apache.activemq + activemq-core + 4.1.1 + + + + commons-logging + commons-logging + 1.1 + + + log4j + log4j + 1.2.15 + true + + + javax.mail + mail + + + javax.jms + jms + + + com.sun.jdmk + jmxtools + + + com.sun.jmx + jmxri + + + + + + junit + junit + 3.8.2 + test + + + xmlunit + xmlunit + 1.1 + test + + + + + + commons-logging + commons-logging + + + logkit + logkit + + + avalon-framework + avalon-framework + + + javax.servlet + servlet-api + + + + + org.springframework + spring-core + + + org.springframework + spring-beans + + + junit + junit + test + + + xmlunit + xmlunit + test + + + log4j + log4j + test + + + diff --git a/pom.xml b/pom.xml index a355d9ca..cc06879b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,112 +1,23 @@ + + spring-ws-parent + org.springframework.ws + 1.1-SNAPSHOT + 4.0.0 - org.springframework.ws spring-ws pom - 1.1-SNAPSHOT Spring Web Services - - Spring Web Services is a product of the Spring community focused on creating document-driven Web services. It - aims to facilitate contract-first SOAP service development, allowing for the creation of flexible web services - using one of the many ways to manipulate XML payloads. - - http://static.springframework.org/spring-ws/site/index.html - - JIRA - http://opensource2.atlassian.com/projects/spring/browse/SWS/ - - - bamboo - http://build.springframework.org:8085/bamboo/ - - - mail - -
apoutsma@interface21.com
-
-
-
-
- - http://static.springframework.org/spring-ws/site/downloads/releases.html - - local - file:///Users/arjen/Projects/Spring/repos/repo - - - spring-snapshot - Spring Snapshot Repository - s3://maven.springframework.org/snapshot - - - static.springframework.org - scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-ws/site - - - 2005 - - - poutsma - Arjen Poutsma - apoutsma@interface21.com - Interface21 - http://www.interface21.com - - Project Admin - Developer - - +1 - - - springboy - Rick Evans - revans@interface21.com - Interface21 - http://www.interface21.com - - Developer - Documentalist - - - - - - Ingo Siebert - - - Ben Ethridge - - - Kristoffer Moum - - - - The Spring Web Services Framework - http://www.springframework.org/spring-ws - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk - - scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ws/trunk - - http://fisheye3.cenqua.com/browse/springframework/spring-ws/trunk - + parent xml oxm core support security archetype - + jdk1.5 @@ -125,82 +36,27 @@ - - 2.0.7 - - - - java.net - Java.net Repository for Maven - http://download.java.net/maven/1/ - legacy - - - spring-milestone - Springframework Maven Milestone Repository - http://s3.amazonaws.com/maven.springframework.org/milestone - - - - - org.springframework.aws - spring-aws-maven - 1.2 - - - - maven-compiler-plugin - - 1.3 - 1.4 - - - - maven-surefire-plugin - 2.3 - - once - false - - - - maven-jar-plugin - - - - true - - - ${version} - - - - maven-assembly-plugin - - - src/assembly/minimal.xml - src/assembly/all.xml - - - - - - maven-eclipse-plugin - - true - - - - maven-idea-plugin - - true - true - + false + + + make-assembly + package + + single + + + + src/assembly/minimal.xml + src/assembly/all.xml + + + + com.agilejava.docbkx @@ -271,10 +127,6 @@ true - - org.codehaus.mojo - jdepend-maven-plugin - maven-javadoc-plugin @@ -319,435 +171,9 @@ - - maven-changes-plugin - - - - changes-report - - - - maven-project-info-reports-plugin - - - - - org.springframework.ws - spring-xml - ${project.version} - - - org.springframework.ws - spring-oxm - ${project.version} - - - org.springframework.ws - spring-oxm-tiger - ${project.version} - - - org.springframework.ws - spring-ws-core - ${project.version} - - - org.springframework.ws - spring-ws-core-tiger - ${project.version} - - - org.springframework.ws - spring-ws-support - ${project.version} - - - org.springframework.ws - spring-ws-security - ${project.version} - - - org.springframework.ws - spring-ws-samples - ${project.version} - - - org.springframework.ws - spring-ws-doc - ${project.version} - pom - - - org.springframework.ws - airline - war - ${pom.version} - - - org.springframework.ws - echo - war - ${pom.version} - - - - org.springframework - spring-core - ${spring.version} - - - org.springframework - spring-beans - ${spring.version} - - - org.springframework - spring-context - ${spring.version} - - - org.springframework - spring-aop - ${spring.version} - - - org.springframework - spring-web - ${spring.version} - - - org.springframework - spring-webmvc - ${spring.version} - - - struts - struts - - - - - org.springframework - spring-jpa - ${spring.version} - - - org.springframework - spring-dao - ${spring.version} - - - org.springframework - spring-jdbc - ${spring.version} - - - org.springframework - spring-tx - ${spring.version} - - - org.springframework - spring-jms - ${spring.version} - - - org.springframework - spring-remoting - ${spring.version} - - - org.springframework - spring-mock - ${spring.version} - test - - - org.springframework - spring-test - ${spring.version} - test - - - - xerces - xercesImpl - 2.8.1 - - - stax - stax-api - 1.0.1 - - - xalan - xalan - 2.7.0 - - - jaxen - jaxen - 1.1.1 - - - xml-apis - xml-apis - 1.3.04 - - - org.codehaus.woodstox - wstx-asl - 3.1.0 - - - jdom - jdom - 1.0 - - - dom4j - dom4j - 1.6.1 - - - xom - xom - 1.1 - - - xpp3 - xpp3 - 1.1.3.4.O - - - - - org.codehaus.castor - castor - 1.1.1 - - - - xmlbeans - xbean - 2.1.0 - - - - org.jibx - jibx-run - 1.1.5 - - - org.jibx - jibx-bind - 1.1.5 - - - bcel - bcel - 5.1 - - - - com.thoughtworks.xstream - xstream - 1.2.2 - - - - com.sun.xml.messaging.saaj - saaj-impl - 1.3 - - - org.apache.ws.commons.axiom - axiom-api - 1.2.5 - - - org.apache.ws.commons.axiom - axiom-impl - 1.2.5 - - - - wsdl4j - wsdl4j - 1.6.1 - - - - com.sun.xml.wss - xws-security - 2.0-FCS - - - com.sun.org.apache.xml.security - xmlsec - 2.0 - - - org.acegisecurity - acegi-security - 1.0.5 - - - org.acegisecurity - acegi-security-tiger - 1.0.5 - - - - javax.xml.soap - saaj-api - 1.3 - provided - - - javax.servlet - servlet-api - 2.4 - provided - - - javax.mail - mail - 1.4.1 - provided - - - javax.activation - activation - 1.1.1 - provided - - - javax.jms - jms - 1.1 - provided - - - javax.ejb - ejb - 2.1 - provided - - - javax.persistence - persistence-api - 1.0 - provided - - - - commons-httpclient - commons-httpclient - 3.0.1 - - - org.mortbay.jetty - jetty - 6.1.0 - - - org.apache.activemq - activemq-core - 4.1.1 - - - - commons-logging - commons-logging - 1.1 - - - log4j - log4j - 1.2.15 - true - - - javax.mail - mail - - - javax.jms - jms - - - com.sun.jdmk - jmxtools - - - com.sun.jmx - jmxri - - - - - - junit - junit - 3.8.2 - test - - - xmlunit - xmlunit - 1.1 - test - - - - - - commons-logging - commons-logging - - - logkit - logkit - - - avalon-framework - avalon-framework - - - javax.servlet - servlet-api - - - - - org.springframework - spring-core - - - org.springframework - spring-beans - - - junit - junit - test - - - xmlunit - xmlunit - test - - - log4j - log4j - test - -
diff --git a/security/pom.xml b/security/pom.xml index 3f6067df..0f65c784 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - spring-ws + spring-ws-parent org.springframework.ws 1.1-SNAPSHOT diff --git a/src/assembly/all.xml b/src/assembly/all.xml index 8d60c907..e877a2eb 100644 --- a/src/assembly/all.xml +++ b/src/assembly/all.xml @@ -17,6 +17,8 @@ org.springframework.ws:spring-ws-security + + false true diff --git a/support/pom.xml b/support/pom.xml index 72c2dec5..1f63f8e3 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -1,7 +1,7 @@ - spring-ws + spring-ws-parent org.springframework.ws 1.1-SNAPSHOT diff --git a/xml/pom.xml b/xml/pom.xml index e77ff6ec..d199faad 100644 --- a/xml/pom.xml +++ b/xml/pom.xml @@ -1,6 +1,6 @@ - spring-ws + spring-ws-parent org.springframework.ws 1.1-SNAPSHOT