We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9befd commit 494c206Copy full SHA for 494c206
pom.xml
@@ -1792,14 +1792,25 @@
1792
<execution>
1793
<id>source-release-checksum</id>
1794
<goals>
1795
- <goal>artifacts</goal>
+ <goal>files</goal>
1796
</goals>
1797
</execution>
1798
</executions>
1799
<configuration>
1800
<algorithms>
1801
<algorithm>SHA-512</algorithm>
1802
</algorithms>
1803
+ <fileSets>
1804
+ <!--Override fileSet from the Apache Parent POM-->
1805
+ <fileSet>
1806
+ <directory>${project.build.directory}</directory>
1807
+ <includes>
1808
+ <include>apache-drill-${project.version}.tar.gz</include>
1809
+ <include>apache-drill-${project.version}-src.tar.gz</include>
1810
+ <include>apache-drill-${project.version}-src.zip</include>
1811
+ </includes>
1812
+ </fileSet>
1813
+ </fileSets>
1814
</configuration>
1815
</plugin>
1816
0 commit comments