Index: build.xml
===================================================================
--- build.xml	(revision 1309423)
+++ build.xml	(working copy)
@@ -87,6 +87,8 @@
     <mkdir dir="${maven.dist.dir}" />
 
     <sequential>
+      <!-- 3.x maven build needs the patched jetty jars retrieved via ivy -->
+      <ant dir="solr/example" target="resolve" inheritall="false"/>
       <ant dir="lucene" target="filter-pom-templates"/>
       <subant target="generate-maven-artifacts" inheritall="false" failonerror="true">
         <property name="maven.dist.dir"  location="${maven.dist.dir}" />
