android-components
android-components copied to clipboard
[auto-publication] clean up old builds from the local maven repository
Currently, android-component builds accumulate in ~/.m2/repository/org/mozilla/components/
. We really only need to keep the latest build.
The proposal here is:
- when we determine that local publication is necessary, purge all of
~/.m2/repository/org/mozilla/components
before runningpublishToMavenLocal
.
This assumes that ~/.m2/repository/org/mozilla/components
only has things that are controlled via auto publication scripts, which I think is true.
┆Issue is synchronized with this Jira Task