asdf2014 commented on a change in pull request #6162: Add maven.exec.xxx.skip 
option for exec-maven-plugin
URL: https://github.com/apache/incubator-druid/pull/6162#discussion_r214085872
 
 

 ##########
 File path: docs/content/development/build.md
 ##########
 @@ -13,16 +13,18 @@ Building Druid requires the following:
 
 To do so, run these commands:
 
-```
+```bash
 git clone g...@github.com:druid-io/druid.git
 cd druid
-mvn clean package
+mvn clean package -Pdist
 ```
 
 This will compile the project and create the Druid binary distribution tar 
under
 `distribution/target/druid-VERSION-bin.tar.gz`.
 
-This will also create a tarball that contains `mysql-metadata-storage` 
extension under 
+The difference between `mvn clean package` and `mvn clean package -Pdist` is 
that 
 
 Review comment:
   Hi, @jihoonson . Sorry for the delayed reply, this has been patched, PTAL.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to