Created
July 27, 2021 09:08
-
-
Save wp-wachi/e027d43c8d7416f1a30521734c221145 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name "*.pom" -type f -exec sh -c 'mvn deploy:deploy-file -Durl="https://gitlab.com/api/v4/projects/28330556/packages/maven" -DrepositoryId="gitlab-maven" -DpomFile="$0" -Dfile="${0%.pom}.aar"' '{}' \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment