You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
api listed here
https://docs.gitlab.com/15.11/ee/api/packages/maven.html
are included with the current lib?
The text was updated successfully, but these errors were encountered: