I'm building a large multi-module Android library, and need to publish the library to an internal company Artifactory.
Should I use the old maven
plugin, or the new maven-publish
plugin?
Note: The above two official plugins don't fully support Android, so there are two community ports.
Also interesting - the Android Tools team deprecated the experimental gradle plugin that was based around the SoftwareComponent model - which is what the maven-publish
plugin uses. Is maven-publish
deprecated too then?