mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- 'jar index' isn't actually something anyone appears to use. It just
creates a file /META-INF/INDEX.LIST with a list of files in the jar. Doesn't actually improve anything, and just slows down the build.
This commit is contained in:
parent
d4d38d2fa6
commit
f21109a61e
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -187,7 +187,6 @@ build/logstash-$(VERSION)-monolithic.jar: JAR_ARGS+=patterns
|
|||
build/logstash-$(VERSION)-monolithic.jar:
|
||||
$(QUIET)rm -f $@
|
||||
$(QUIET)jar cfe $@ logstash.runner $(JAR_ARGS)
|
||||
$(QUIET)jar i $@
|
||||
@echo "Created $@"
|
||||
|
||||
.PHONY: build/logstash-$(VERSION)-monolithic.jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue