Skip to content

Commit e5f7dec

Browse files
committed
Update README.md
1 parent dc333d5 commit e5f7dec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,14 @@ Alternatively, you can download the latest release from the Releases tab on the
320320
* this generates the javadoc: `library/build/outputs/library-javadoc.jar`
321321

322322

323+
### to deploy a build to your local maven repo
324+
325+
```
326+
mvn install:install-file -Dfile=/path/to/library-debug.aar -DgroupId=com.firebaseui -DartifactId=firebase-ui -Dversion=0.1.0 -Dpackaging=aar
327+
```
328+
329+
Don't forget to update the path and the version number in the command.
330+
323331
### to tag a release on Github
324332

325333
* ensure that all your changes are on master and that your local build is on master

0 commit comments

Comments
 (0)