captainzmc opened a new pull request, #4024: URL: https://github.com/apache/ozone/pull/4024
## What changes were proposed in this pull request? During the release of 1.3.0, we found two more files in two directories under ozone-1.3.0-src.tar.gz: ozone-1.3.0-src/hadoop-ozone/ozonefs-hadoop3-client: dependency-reduced-pom.xml ozone-1.3.0-src/hadoop-ozone/ozonefs-shaded: dependency-reduced-pom.xml And the reason is that: maven-shade-plugin generates dependency-reduced-pom.xml by default. If it is not needed we need to turn it off. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7574 ## How was this patch tested? Can use the following command to generate ozone-1.3.0-src.tar.gz and check if the two directories above if contain dependency-reduced-pom.xml. mvn clean install -Dmaven.javadoc.skip=true -DskipTests -Psign,dist,src -Dtar -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
