vdiravka commented on a change in pull request #1651: DRILL-7042: Fix deb and
rpm package issues
URL: https://github.com/apache/drill/pull/1651#discussion_r261236035
##########
File path: distribution/pom.xml
##########
@@ -371,42 +369,81 @@
</execution>
</executions>
<configuration>
- <copyright>2013 ASF</copyright>
+ <license>http://www.apache.org/licenses/LICENSE-2.0</license>
Review comment:
Looks like the following content for the license will be better, see
[docs](https://github.com/mojohaus/rpm-maven-plugin/blob/9d66d4dbbbefb79a0fe01e0ef538668f8444cbcd/src/site/apt/ident-params.apt#L55):
```suggestion
<license>${project.organization} ${project.licenses}</license>
```
----------------------------------------------------------------
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