jihoonson 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_r211771749
 
 

 ##########
 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 [email protected]: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:
   How about this? 
https://gist.github.com/jihoonson/bffa89fd2a5f9473bb6467d3c52f12f6

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to