adding empty javadoc target for maven build

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718647 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2008-11-18 16:42:41 +00:00
parent 24b25d5314
commit 993c2dbb98
1 changed files with 2 additions and 4 deletions

View File

@ -107,10 +107,8 @@
<!-- do nothing for now, required for generate maven artifacts -->
<target name="build" >
</target>
<target name="build"/>
<target name="javadoc"/>
<target name="test"/> <!-- TODO: Tests would be nice :) -->
</project>