LUCENE-2923: Restore benchmark jar production for generate-maven-artifacts target

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1072393 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-02-19 17:06:01 +00:00
parent f7b037d3cf
commit 88caf3a6f6
1 changed files with 2 additions and 1 deletions

View File

@ -264,5 +264,6 @@
outputDir="src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml" outputDir="src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml"
/> />
</target> </target>
<target name="dist-maven" depends="jar-core,javadocs,contrib-build.dist-maven"/>
</project> </project>