mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Change project.name to project.artifactId in bin/elasticsearch script because of 60519911b4e50bcc958c924a768dca2ae618101b
This commit is contained in:
parent
b465e19e5f
commit
820314db4e
@ -57,7 +57,7 @@
|
||||
# Maven will replace the project.name with elasticsearch below. If that
|
||||
# hasn't been done, we assume that this is not a packaged version and the
|
||||
# user has forgotten to run Maven to create a package.
|
||||
IS_PACKAGED_VERSION='${project.name}'
|
||||
IS_PACKAGED_VERSION='${project.artifactId}'
|
||||
if [ "$IS_PACKAGED_VERSION" != "elasticsearch" ]; then
|
||||
cat >&2 << EOF
|
||||
Error: You must build the project with Maven or download a pre-built package
|
||||
|
Loading…
x
Reference in New Issue
Block a user