Fokko commented on a change in pull request #7998: Binary license management 
system
URL: https://github.com/apache/incubator-druid/pull/7998#discussion_r299306530
 
 

 ##########
 File path: distribution/pom.xml
 ##########
 @@ -130,6 +130,38 @@
                                     </arguments>
                                 </configuration>
                             </execution>
+                            <execution>
+                                <id>generate-dependency-reports</id>
+                                <phase>initialize</phase>
+                                <goals>
+                                    <goal>exec</goal>
+                                </goals>
+                                <configuration>
+                                    
<executable>${project.parent.basedir}/docs/_bin/generate-license-dependency-reports.py</executable>
+                                    <arguments>
+                                        
<argument>${project.basedir}/../</argument>
+                                        
<argument>${project.basedir}/target</argument>
+                                        <argument>--parallel</argument>
+                                        <argument>4</argument>
 
 Review comment:
   We could also determine this in Python:
   ```suggestion
   import multiprocessing
   multiprocessing.cpu_count()
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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