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_r210787456
 
 

 ##########
 File path: distribution/pom.xml
 ##########
 @@ -174,6 +83,111 @@
         </plugins>
     </build>
     <profiles>
+        <profile>
+            <id>dist</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+                <property>
+                    <name>tar</name>
 
 Review comment:
   Sure, we also can use `-Dtar` to execute this plugin. In addition, if we 
used both of `name` and `value` tags, then only `-Dtar=dist` will be in effect.
   
   ```xml
   <property>  
       <name>tar</name>  
       <value>dist</value>  
   </property>
   ```
   

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