Thanks Steven! Mike
http://blog.mikemccandless.com On Sat, May 14, 2011 at 5:24 PM, <[email protected]> wrote: > Author: sarowe > Date: Sat May 14 21:24:50 2011 > New Revision: 1103227 > > URL: http://svn.apache.org/viewvc?rev=1103227&view=rev > Log: > LUCENE-1421: Specialize the dist-maven target for the new grouping module, so > that generate-maven-artifacts can succeed > > Modified: > lucene/dev/trunk/modules/grouping/build.xml > > Modified: lucene/dev/trunk/modules/grouping/build.xml > URL: > http://svn.apache.org/viewvc/lucene/dev/trunk/modules/grouping/build.xml?rev=1103227&r1=1103226&r2=1103227&view=diff > ============================================================================== > --- lucene/dev/trunk/modules/grouping/build.xml (original) > +++ lucene/dev/trunk/modules/grouping/build.xml Sat May 14 21:24:50 2011 > @@ -10,4 +10,6 @@ > > <import file="../../lucene/contrib/contrib-build.xml"/> > <property name="working.dir" location="work"/> > + > + <target name="dist-maven" > depends="jar-core,javadocs,contrib-build.dist-maven" /> > </project> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
