File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 17921792 <execution >
17931793 <id >source-release-checksum</id >
17941794 <goals >
1795- <goal >artifacts </goal >
1795+ <goal >files </goal >
17961796 </goals >
17971797 </execution >
17981798 </executions >
17991799 <configuration >
18001800 <algorithms >
18011801 <algorithm >SHA-512</algorithm >
18021802 </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 >
18031814 </configuration >
18041815 </plugin >
18051816
You can’t perform that action at this time.
0 commit comments