Resolving maven dependencies at runtime during plugin execution

75 Views Asked by At

I have a maven plugin that checks some dependencies. Those dependencies at unknown at first, so I can't add them to the pom file. Thus, I need a way to resolve dependencies at runtime during the plugin execution given the artifactId and the groupId.

There's a lack of proper documentation on the goal we are trying to achieve.

1

There are 1 best solutions below

0
On