mirror of https://github.com/apache/lucene.git
LUCENE-2562: Luke has no Maven artifacts
This commit is contained in:
parent
fe1a109476
commit
f85c08224b
lucene/luke
|
@ -74,4 +74,9 @@
|
||||||
<target name="compile-core"
|
<target name="compile-core"
|
||||||
depends="jar-codecs,jar-backward-codecs,jar-analyzers-common,jar-misc,jar-queryparser,jar-queries,jar-misc,common.compile-core"/>
|
depends="jar-codecs,jar-backward-codecs,jar-analyzers-common,jar-misc,jar-queryparser,jar-queries,jar-misc,common.compile-core"/>
|
||||||
|
|
||||||
|
<!-- Luke has no Maven artifacts -->
|
||||||
|
<target name="-dist-maven"/>
|
||||||
|
<target name="-install-to-maven-local-repo"/>
|
||||||
|
<target name="-validate-maven-dependencies"/>
|
||||||
|
<target name="-append-module-dependencies-properties"/>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue