# HG changeset patch # User casties # Date 1308849776 -7200 # Node ID ab47947073360da5df1a62aa64fd454d860444e2 # Parent fe0a111cc8f5d4d26a646f6b747a0858477e3601 pluginManagement crap for new m2e Eclipse plugin... diff -r fe0a111cc8f5 -r ab4794707336 client/pom.xml --- a/client/pom.xml Fri Jun 17 17:07:42 2011 +0200 +++ b/client/pom.xml Thu Jun 23 19:22:56 2011 +0200 @@ -1,46 +1,74 @@ - - 4.0.0 - - digilibservice - info.textgrid - 1.0-SNAPSHOT - - info.textgrid - digilibservice-client - 1.0-SNAPSHOT - jar - - - org.apache.cxf - cxf - ${cxf.version} - pom - - - - - - - org.apache.cxf - cxf-codegen-plugin - ${cxf.version} - - - generate-digilibservice-client - generate-sources - - - - ../service/src/main/webapp/WEB-INF/DigilibService.wsdl - - - - - wsdl2java - - - - - - + + 4.0.0 + + digilibservice + info.textgrid + 1.0-SNAPSHOT + + digilibservice-client + jar + + + org.apache.cxf + cxf + pom + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.cxf + cxf-codegen-plugin + [1.0,) + + wsdl2java + + + + + + + + + + + + + + + org.apache.cxf + cxf-codegen-plugin + ${cxf.version} + + + generate-digilibservice-client + generate-sources + + + + ../service/src/main/webapp/WEB-INF/DigilibService.wsdl + + + + + wsdl2java + + + + + + \ No newline at end of file diff -r fe0a111cc8f5 -r ab4794707336 service/pom.xml --- a/service/pom.xml Fri Jun 17 17:07:42 2011 +0200 +++ b/service/pom.xml Thu Jun 23 19:22:56 2011 +0200 @@ -1,80 +1,103 @@ - - 4.0.0 - - digilibservice - info.textgrid - 1.0-SNAPSHOT - - info.textgrid - digilibservice-service - war - 1.0-SNAPSHOT - - - info.textgrid.middleware - tgcrud-client - 1.2-BETA-SNAPSHOT - - - - junit - junit - 3.8.1 - test - - - org.apache.cxf - cxf - ${cxf.version} - pom - - - org.apache.cxf - cxf-rt-frontend-jaxrs - ${cxf.version} - - - org.apache.cxf - cxf-rt-frontend-jaxws - ${cxf.version} - - - org.apache.cxf - cxf-rt-transports-http - ${cxf.version} - - - digilib - digilib-common - 2.0-SNAPSHOT - jar - compile - - - - digilibservice - - - org.apache.cxf - cxf-codegen-plugin - ${cxf.version} - - - generate-digilibservice-sources - generate-sources - - - - src/main/webapp/WEB-INF/DigilibService.wsdl - - - - - wsdl2java - - - - - - + + 4.0.0 + + digilibservice + info.textgrid + 1.0-SNAPSHOT + + digilibservice-service + war + + + info.textgrid.middleware + tgcrud-client + + + + junit + junit + test + + + org.apache.cxf + cxf + pom + + + org.apache.cxf + cxf-rt-frontend-jaxrs + + + org.apache.cxf + cxf-rt-frontend-jaxws + + + org.apache.cxf + cxf-rt-transports-http + + + digilib + digilib-common + jar + compile + + + + digilibservice + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.cxf + cxf-codegen-plugin + [1.0,) + + wsdl2java + + + + + + + + + + + + + + + org.apache.cxf + cxf-codegen-plugin + ${cxf.version} + + + generate-digilibservice-sources + generate-sources + + + + src/main/webapp/WEB-INF/DigilibService.wsdl + + + + + wsdl2java + + + + + + + \ No newline at end of file