We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aedfea commit 2c815f3Copy full SHA for 2c815f3
README.md
@@ -146,8 +146,14 @@ $ curl -v --user my_username:password no_local_host:9200/foo # returns 401
146
Maven is configured to run the unit and integration tests. This plugin makes
147
use of [ES Integration Tests](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/integration-tests.html)
148
149
- `mvn test -Dtests.security.manager=false` test runs all tests
150
- `mvn integration-test -Dtests.security.manager=false` test runs integration tests only
+ We can configure at the cli the version of ES we want to test against:
+
151
+ `mvn -Delasticsearch.version=1.5.2 -Dtests.security.manager=false test` runs all tests
152
+ `mvn -Delasticsearch.version=1.5.2 -Dtests.security.manager=false integration` runs integration tests only
153
154
155
+### Packaging
156
+ `mvn -Delasticsearch.version=1.5.2 -Dtests.security.manager=false package` packages the plugin in a `jar` file
157
158
## Issues
159
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments