sohami commented on a change in pull request #1561: DRILL-6751: Upgrade Apache parent POM to version 21 URL: https://github.com/apache/drill/pull/1561#discussion_r239210725
########## File path: pom.xml ########## @@ -1679,28 +1681,20 @@ <algorithms> <algorithm>SHA-512</algorithm> </algorithms> - <failOnError>false</failOnError> + <csvSummary>false</csvSummary> </configuration> </plugin> - <!-- override the parent assembly execution to customize the assembly - descriptor and final name --> + + <!-- override the parent assembly execution to customize the assembly final name --> <plugin> <artifactId>maven-assembly-plugin</artifactId> + <version>3.1.0</version> <executions> <execution> <id>source-release-assembly</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> <configuration> - <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> <appendAssemblyId>false</appendAssemblyId> - <descriptors> - <descriptor>src/main/resources/assemblies/source-assembly.xml</descriptor> Review comment: How are we making sure that excludes defined in source-assembly.xml are still taken care of ? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services