I have a multi project in maven like this:
paren-project -> plugin-project -> testbed-project
The plugin project gen
plugin
Maven is a versatile system. No need to switch.
You can add the dependency like this:
group artifact true
This way, the dependency will not be included in the classpath.
Read more about Optional Dependency