gitlab4j-api
gitlab4j-api copied to clipboard
gitlab maven api
api listed here https://docs.gitlab.com/15.11/ee/api/packages/maven.html
are included with the current lib?
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?
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