Chris, I think this is going to break deploys pretty bad. The two submodules (codegen/ java2ws) currently don't have the main cxf pom in the parent heiarchy at all. Thus, things like the distribution mgmt section and stuff are not inherited. Could these be updated to use the correct parents without causing issues?
Dan On Thu October 8 2009 2:34:35 pm [email protected] wrote: > Author: cschneider > Date: Thu Oct 8 18:34:35 2009 > New Revision: 823260 > > URL: http://svn.apache.org/viewvc?rev=823260&view=rev > Log: > Activate wsdl_maven systest > > Modified: > cxf/trunk/systests/pom.xml > > Modified: cxf/trunk/systests/pom.xml > URL: > http://svn.apache.org/viewvc/cxf/trunk/systests/pom.xml?rev=823260&r1=8232 > 59&r2=823260&view=diff > ========================================================================== > ==== --- cxf/trunk/systests/pom.xml (original) > +++ cxf/trunk/systests/pom.xml Thu Oct 8 18:34:35 2009 > @@ -38,6 +38,7 @@ > <module>databinding</module> > <module>jaxrs</module> > <module>ws-specs</module> > + <module>wsdl_maven</module> > </modules> > > </project> > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
