File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ project_root="$( cd -P "$( dirname "$source" )/.." && pwd )"
2020cd " ${project_root} "
2121
2222set -ex
23- repo=$( realpath " $1 " )
23+ repo=$( readlink -f " $1 " )
2424shift
2525./mvnw " $@ " -DskipJavainterfacegen -DskipTests -DdeployAtEnd=true \
2626 -DaltDeploymentRepository=local::default::file:${repo} \
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ echo "Downloading: $asset_url"
3131curl -L -o maven-resource-bundle.zip " $asset_url "
3232unzip -q -o maven-resource-bundle.zip -d " $1 "
3333rm maven-resource-bundle.zip
34- " ${project_root} /scripts/maven-bundle-create-settings.sh" " $( realpath " $1 " ) "
34+ " ${project_root} /scripts/maven-bundle-create-settings.sh" " $( readlink -f " $1 " ) "
You can’t perform that action at this time.
0 commit comments