Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitlab maven api #1002

Open
ramarro123 opened this issue Jul 17, 2023 · 2 comments
Open

gitlab maven api #1002

ramarro123 opened this issue Jul 17, 2023 · 2 comments

Comments

@ramarro123
Copy link

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

are included with the current lib?

@jmini
Copy link
Collaborator

jmini commented Jul 18, 2023

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?

@ramarro123
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@jmini @ramarro123 and others