File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ git checkout main
218218RELEASE_NOTES_BRANCH=" ${MVN_VERSION_RELEASE} -release-notes"
219219git checkout -b " ${RELEASE_NOTES_BRANCH} "
220220
221- tar -cvzf " site/static/javadoc/${MVN_VERSION_RELEASE} .tgz" -C target/site/apidocs .
221+ tar --no-xattrs --exclude " .* " - cvzf " site/static/javadoc/${MVN_VERSION_RELEASE} .tgz" -C target/site/apidocs .
222222git add --all
223223git commit -s -a -m " javadocs for ${MVN_VERSION_RELEASE} "
224224git push --set-upstream origin " ${RELEASE_NOTES_BRANCH} "
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ mvn package -Passembly -DskipTests -Djapicmp.skip
259259git checkout main
260260git checkout -b " ${RELEASE_NOTES_BRANCH} "
261261
262- tar -cvzf " site/static/javadoc/${MVN_VERSION_RELEASE} .tgz" -C target/site/apidocs .
262+ tar --no-xattrs --exclude " .* " - cvzf " site/static/javadoc/${MVN_VERSION_RELEASE} .tgz" -C target/site/apidocs .
263263cp -f " site/static/javadoc/${MVN_VERSION_RELEASE} .tgz" " site/static/javadoc/latest.tgz"
264264git add --all
265265git commit -s -a -m " javadocs for ${MVN_VERSION_RELEASE} "
You can’t perform that action at this time.
0 commit comments