mirror of https://github.com/apache/lucene.git
add note about unnecessary dependencies in generate-maven-artifacts task
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327370 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
18ce1c3009
commit
e2a3e635f7
|
@ -447,6 +447,9 @@
|
|||
</target>
|
||||
|
||||
|
||||
<!-- TODO: these dependencies are bogus: we only
|
||||
call this from prepare-release so it shouldn't require
|
||||
'package' and 'javadocs' again -->
|
||||
<target name="generate-maven-artifacts"
|
||||
depends="install-maven-tasks, filter-pom-templates, package, javadocs">
|
||||
<sequential>
|
||||
|
|
Loading…
Reference in New Issue