My fault. I updated the ant deps to use the new "org.apache.ant" groupId, but apparently missed the ones in distribution. Fixed now.
Dan On Friday 18 June 2010 2:29:07 am jim ma wrote: > Hi all , > When I build distribution module I got this failure : > > POM Location: /x1/code/cxf/trunk/distribution/pom.xml > Validation Messages: > [0] 'dependencies.dependency.version' is missing for ant:ant > Reason: Failed to validate POM for project org.apache.cxf:apache-cxf > at /x1/code/cxf/trunk/distribution/pom.xml > > The version of ant dependency is missing , this error is both in > distrubition/pom.xml and distrubition/manifest/pom.xml. > Do we use a wrong groupid ? Can someone help me verify this ? > > <dependency> > <groupId>ant</groupId> > <artifactId>ant</artifactId> > </dependency> > > Thanks > Jim -- Daniel Kulp [email protected] http://dankulp.com/blog
