I have 2 modules, first one is module-to-publish, second one is module-base. Now I want to publish module-to-publish to mavenCentral with module-base inside. What should I do to include module-base.
How to Include sub module dependency when publish library with maven-publish
314 views Asked by boybeak At
0
There are 0 answers
Related Questions in MAVEN-PUBLISH
- Gradle publish fails to PUT a different random file to s01.oss.sonatype.org/service/local/staging/deploy/maven2 each time
- How do I migrate my Android library's usage of the "maven-publish" and "signing" Gradle plugins from the Groovy DSL to the Kotlin DSL?
- Publishing on Maven Central failed with file path validation
- Gradle 6 upgrade causes NoSuchMethodError on getPublishableFiles
- What went wrong: Execution failed for task ':app:publishMavenPublicationToMavenLocal'
- Replace module name when publishing
- Cannot use HttpHeaderCredentials in gradle publishing
- Jitpack application built successfully but failed to publish with the error: Directory '/tmp' does not contain a Gradle build
- Could not find method pom() of type org.gradle.api.DefaultTask after gradle upgrade to 7
- Publish in android without hardcoded variants (android-gradle-plugin 8.2.0-rc02)
- How to publish both Android apk and aab with android-gradle-plugin 8.2.0-rc02?
- Prohibit direct dependency to submodule in a multi-module android library
- Gradle maven-publish plugin: specify POM properties for all publications (including subprojects)
- Executing a custom gradle task causes `Class Build_gradle.MyTask is a non-static inner class`
- publishing gradle plugin to artifactory with jfrog/artifactory 5.x
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)