Skip to content

Instantly share code, notes, and snippets.

@pokemonni01
Created July 27, 2021 09:07
Show Gist options
  • Save pokemonni01/f45db1e797279d7c1715da25069ae4bb to your computer and use it in GitHub Desktop.
Save pokemonni01/f45db1e797279d7c1715da25069ae4bb to your computer and use it in GitHub Desktop.
deploy flutter aar command
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