Skip to content

Commit

Permalink
[DOCS] Make build from source read correct for new structure
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
colings86 committed Jun 12, 2015
1 parent 5f40f97 commit 5bb6f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -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
-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
running the Elasticsearch test suite.
Expand Down

0 comments on commit 5bb6f5d

Please sign in to comment.