jihoonson commented on a change in pull request #7998: Binary license
management system
URL: https://github.com/apache/incubator-druid/pull/7998#discussion_r299744207
##########
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:
I didn't use that API intentionally because I think it's too intense. Please
note that this command is executed whenever you build the distribution.
----------------------------------------------------------------
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]