mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
Added clean
to mvn command. In some cases when recompiling not all changes are detected (E.g. file move, already compiled classes don't get this change).
This commit is contained in:
parent
bbe619a416
commit
f7d68e8252
@ -198,7 +198,7 @@ h3. Building from Source
|
||||
|
||||
ElasticSearch uses "Maven":http://maven.apache.org for its build system.
|
||||
|
||||
In order to create a distribution, simply run the @mvn package -DskipTests@ command in the cloned directory.
|
||||
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@.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user