$ mvn install:install-file \
-Dfile=/path/to/file.aar \
-DpomFile=/path/to/file.pom
// If you don't have a valid pom
$ mvn install:install-file \
-Dfile=/path/to/file.aar \
-DgroupId=com.example \
-DartifactId=example \
-Dversion=1.0.0 \
-Dpackaging=aar
Created
July 18, 2022 21:45
-
-
Save twaddington/67eba3288b092960106126081782fd82 to your computer and use it in GitHub Desktop.
Publish a Maven dependency (e.g. aar) to your local maven repo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment