maven-publish Questions

1

I'm using following setup: gradle 5.2.1 nexus publish lombok 1.18.6 lombok gradle plugin io.freefair.lombok 3.1.4 I would like to upload sourceJar to nexus after delombok is done. For maven pu...
Biotechnology asked 19/3, 2019 at 23:31

0

I am trying to upload a library to mavencentral for the first time. I get to build and run some tasks from maven-publish gradle plugin. But, On publish task, I get below error. * What went wrong: ...
Seraphina asked 28/3, 2019 at 0:25

1

Solved

I have a custom gradle.kts script I am building that will do our maven publishing for all of our various modules to our sonatype repository, but encountering a strange error. Here are the contents ...
Towhead asked 12/2, 2019 at 16:16

1

Solved

maven-publish plugin posts JAR with name in format of "project-1.0-all.jar" I used Maven, everything was OK. Now I've migrated to Gradle with maven-publish plugin. Here is my publishing Gradle b...
Aglaia asked 14/1, 2019 at 17:31

2

When i sync project, android studio warn could not get unknown property 'bundleRelease' for object of type org.gradle.api.publish.maven.internal.publication.DefaultMavenPublication. I add project....
Magnificat asked 20/7, 2018 at 1:16

2

Solved

I have a project that have the following structure: projectRoot build.gradle module1/ build.gradle artifact1.aar module2/ .... My artifact1.aar is a compiled artifact and i have no access to...
Lorrin asked 10/8, 2018 at 9:58

1

I try to publish a library to a private S3 maven repository. The upload is guarded by a password, but for download the library is open for public. The aar file uploads without issues (along with po...
Tortile asked 11/6, 2018 at 13:0

3

Solved

I have a project which has a SharedCode (Java) module and secondly an Android (Android library) module which depends on the SharedCode module. I want to publish a jar artifact from the SharedCode m...
Alpert asked 7/3, 2016 at 18:32

1

Solved

I have a project which has a SharedCode (Java) module and secondly an Android (Android library) module which depends on the SharedCode module. I've previously been using the maven plugin in my buil...

1

Solved

Suppose I'm using Gradle for a modular library development. In my root project I have subprojects geometry, algorithms, visualizer, and I'd like to publish a jar artifact of each. As for now in my...

1

Solved

I use the gradle (2.9) maven-publish plugin to publish a file to a private nexus maven repo. The build.gradle file is apply plugin: 'maven-publish' publishing { repositories { maven { name "e...
Forenoon asked 5/1, 2016 at 10:55

1

I write some library, which has a portion of UI. Also, this library uses another libraries. I want to provide release .aar to use this portion of UI in any App. My library has next dependecies: ...
Clementina asked 27/12, 2015 at 18:46

© 2022 - 2024 — McMap. All rights reserved.