I’m attempting to copy a global maven library to the project level, using the IntelliJ plug-in API.
I tried following the steps at “Creating a Library” at https://plugins.jetbrains.com/docs/intellij/library.html, but that creates a regular library, not a Maven library.
I’m able to create a “regular” library like the slf4j library shown below.
How can I create a “Maven” library (with the blue ‘m’ icon) in the screenshot below, using the IntelliJ plug-in API?
2