The android-maven-publish implements the SoftwareComponentInternal interface for easy publish android aar artifacts. When I use com.jfrog.artifactory (4.7.x) plugin and android-maven-publish plugin on same project, I will give a NPE because the android-maven-publish plugin cannot find the releaseRuntimeElements configuration. I created here a sample project for represent the issue.
The same build script works fine with previous 4.6.x version.
I got a issue here, but I can't solve this issue on android-maven-publish plugin side.