vdiravka commented on a change in pull request #1643: DRILL-7042: Fix deb
package issues
URL: https://github.com/apache/drill/pull/1643#discussion_r258879697
##########
File path: distribution/pom.xml
##########
@@ -441,26 +441,18 @@
<goal>jdeb</goal>
</goals>
<configuration>
- <deb>target/drill-${project.version}.deb</deb>
+ <deb>target/apache-drill-${project.version}.deb</deb>
Review comment:
Add the following configs in order to update plugin version:
```
<skipPOMs>false</skipPOMs>
<deb>distribution/target/apache-drill-${project.version}/apache-drill-${project.version}.deb</deb>
```
see more: https://github.com/tcurdt/jdeb/blob/master/docs/maven.md
----------------------------------------------------------------
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