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_r260286072
##########
File path: distribution/pom.xml
##########
@@ -379,34 +379,74 @@
<name>drill</name>
Review comment:
OK sure I will make the rpm tobe named as
apache-drill-1.16.0-SNAPSHOT.noarch.rpm
How about below code change
[centos@centos drill]$ git diff
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 5005155..e73bfd7 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -196,9 +196,7 @@
<inherited>true</inherited>
<configuration>
<excludes>
- <exclude>**/conffiles</exclude>
<exclude>**/git.properties</exclude>
- <exclude>**/control</exclude>
<exclude>**/*.checkstyle</exclude>
<exclude>**/*.json</exclude>
<exclude>**/README.md</exclude>
@@ -371,12 +369,12 @@
</execution>
</executions>
<configuration>
- <copyright>2013 ASF</copyright>
+ <license>http://www.apache.org/licenses/LICENSE-2.0</license>
<group>Apache Software Foundation</group>
<prefix>/opt</prefix>
<release>SNAPSHOT</release>
- <version>1.0</version>
- <name>drill</name>
+ <version>1.16.0</version>
+ <name>apache-drill</name>
<mappings>
<mapping>
<directory>/opt/drill</directory>
[centos@centos drill]$
----------------------------------------------------------------
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