Marvel: Ensure marvel is not deployed

In order to not accidentally release marvel in its current state
this removes marvel in the S3 upload as well as not deploying
marvel to artifactory.

Original commit: elastic/x-pack-elasticsearch@cb6088e18b
This commit is contained in:
Alexander Reelsen 2015-09-04 11:00:37 +02:00
parent 2f93428f22
commit 8934f3436b
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
<elasticsearch.integ.antfile>dev-tools/integration-tests.xml</elasticsearch.integ.antfile> <elasticsearch.integ.antfile>dev-tools/integration-tests.xml</elasticsearch.integ.antfile>
<tests.rest.suite>marvel</tests.rest.suite> <tests.rest.suite>marvel</tests.rest.suite>
<tests.rest.load_packaged>false</tests.rest.load_packaged> <tests.rest.load_packaged>false</tests.rest.load_packaged>
<deploy.skip>true</deploy.skip>
</properties> </properties>
<dependencies> <dependencies>