Change project.name to project.artifactId in bin/elasticsearch script because of 60519911b4

This commit is contained in:
Tanguy Leroux 2015-05-26 13:29:58 +02:00
parent b465e19e5f
commit 820314db4e
1 changed files with 1 additions and 1 deletions

View File

@ -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