riddl
riddl copied to clipboard
Find Plugins From Ivy Path
Is your feature already requested in another issue?
No
Is your feature a defect?
No.
Is your feature request related to a problem? Please describe.
The problem is that plugins must be installed into ~/.riddl/plugins to be used. This is inconvenient in development mode.
Describe the solution you'd like
Search the corresponding .ivy folder for any plugins in development. Use the ivy jar to pick the latest Scala 3 version of the artifact.
Describe the alternatives you've considered
There should be a simple way to package and deploy a plugin to ~/.riddl/plugins, too. Maybe create an sbt command for that?
Additional Context
None.