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

 ##########
 File path: distribution/pom.xml
 ##########
 @@ -433,34 +473,67 @@
           <plugin>
             <artifactId>jdeb</artifactId>
             <groupId>org.vafer</groupId>
-            <version>1.0</version>
+            <version>1.7</version>
             <executions>
               <execution>
                 <phase>package</phase>
                 <goals>
                   <goal>jdeb</goal>
                 </goals>
-                <configuration>
+               <configuration>
+               <skipPOMs>false</skipPOMs>
                   <deb>target/drill-${project.version}.deb</deb>
 
 Review comment:
   @vdiravka Thank you very much for review.  I try to address all your 
comments.  Please review.

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

Reply via email to