Top "Maven-publish" questions

Publish an Android library to Maven with aar and source jar

Can somebody give me a hint on how to use the maven-publish gradle plugin to publish a com.android.library …

android gradle android-gradle-plugin android-library maven-publish
Gradle Artifactory Plugin - How to publish artifacts from multiple modules in a project?

I have a project which has a SharedCode (Java) module and secondly an Android (Android library) module which depends on …

android gradle build.gradle artifactory maven-publish
why android gradle maven publish artifact bundleRelease not found

When i sync project, android studio warn could not get unknown property 'bundleRelease' for object of type org.gradle.api.…

gradle maven-publish
Could not transfer artifact pom in gradle maven-publish plugin

I use the gradle (2.9) maven-publish plugin to publish a file to a private nexus maven repo. The build.gradle file …

gradle maven-publish
BootJar + MavenJar. Artifact wasn't produced by this build

I have a sample project with the following hierearhy: Sample (root) -- model (simple jar) -- api (springboot jar) I …

gradle spring-boot-gradle-plugin maven-publish