gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

gitlab maven api

Open ramarro123 opened this issue 2 years ago • 2 comments
trafficstars

api listed here https://docs.gitlab.com/15.11/ee/api/packages/maven.html

are included with the current lib?

ramarro123 avatar Jul 17 '23 09:07 ramarro123

I don't think so, and I am also not sure we should add it. Check the notice on their documentation page:

This API is used by the Maven package manager client and is generally not meant for manual consumption.

What is your use case?

jmini avatar Jul 18 '23 07:07 jmini

i have to add series of libs that doesn't have source code, just external dependencies, to mvn repo i was thinking to handle the situation with a new project called commercial_libs inside create lib_a/config.yml lib_a/file.pom lib_a/artifact.pom

in config.yml having name, artifactid, version, various stuff

and the pipeline on push calling the previous api to add to commercial_libs the appropriate stuff

not even sure if it's the correct way, maybe i can do in a different way

ramarro123 avatar Jul 18 '23 10:07 ramarro123