File tree 1 file changed +8
-2
lines changed 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,14 @@ $ curl -v --user my_username:password no_local_host:9200/foo # returns 401
146
146
Maven is configured to run the unit and integration tests. This plugin makes
147
147
use of [ ES Integration Tests] ( http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/integration-tests.html )
148
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
149
+ We can configure at the cli the version of ES we want to test against:
150
+
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
151
157
152
158
## Issues
153
159
You can’t perform that action at this time.
0 commit comments