Skip to content

Commit

Permalink
HDDS-7581. Fix update-jar-report for snapshot (apache#4034)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored and Galsza committed Dec 7, 2022
1 parent 9de682d commit d2aba5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadoop-ozone/dist/src/main/license/update-jar-report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ cd "$OZONE_DIST_DIR"

#sed expression removes the version. Usually license is not changed with version bumps
#jacoco and test dependencies are excluded
find . -type f -name "*.jar" | cut -c3- | perl -wpl -e 's/-[0-9]+(.[0-9]+)*(-([0-9a-z]+-)?SNAPSHOT)?+//g; s/\.v\d+\.jar/.jar/g;' | grep -v -e jacoco -e hdds-test-utils | sort > "$SCRIPTDIR"/$REPORT_NAME
find . -type f -name "*.jar" | cut -c3- | perl -wpl -e 's/-[0-9]+(\.[0-9]+)*(-([0-9a-z]+-)?SNAPSHOT)?+//g; s/\.v\d+\.jar/.jar/g;' | grep -v -e jacoco -e hdds-test-utils | sort > "$SCRIPTDIR"/$REPORT_NAME

0 comments on commit d2aba5b

Please sign in to comment.