All Questions
2 questions
0
votes
1
answer
82
views
Resolving maven dependencies at runtime during plugin execution
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 ...
0
votes
0
answers
47
views
How to install remote dependencies using MavenSession?
How can I install remote dependencies using MavenSession in a Maven plugin that I am working on?
I wasn't able to try because of the poor documentation of maven. I am new to maven so I don't know how ...