mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
[DOCS] Make build from source read correct for new structure
The 'Building From Source' section of README.textile was misleading as it said that the release can be found in `target/releases` when they are actually now found in the `target/releases` folder of each module.
This commit is contained in:
parent
5f40f97740
commit
5bb6f5d6ac
@ -205,7 +205,7 @@ Elasticsearch uses "Maven":http://maven.apache.org for its build system.
|
|||||||
In order to create a distribution, simply run the @mvn clean package
|
In order to create a distribution, simply run the @mvn clean package
|
||||||
-DskipTests@ command in the cloned directory.
|
-DskipTests@ command in the cloned directory.
|
||||||
|
|
||||||
The distribution will be created under @target/releases@.
|
The distribution for each project will be created under the @target/releases@ directory in that project.
|
||||||
|
|
||||||
See the "TESTING":TESTING.asciidoc file for more information about
|
See the "TESTING":TESTING.asciidoc file for more information about
|
||||||
running the Elasticsearch test suite.
|
running the Elasticsearch test suite.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user