I am building a large multi-module Android library and I need to publish the library for the internal company Artifactory.
Should I use an old maven
plugin or a new maven-publish
plugin?
Note. The two plugins mentioned above do not support Android, so there are two community ports.
It's also interesting - the Android Tools team abandoned the experimental gradle plugin , which was based on the SoftwareComponent model - this is what the maven-publish
plugin uses. Is it maven-publish
obsolete too?
source
share