I am trying to invoke maven-surefire-plugin programatically. However I have to specify a dependency to junit library and a test classpath. I can specify a dependency to junit library in pom.xml easily by using dependency tag element, but when it comes to do it programarically seems almost impossible.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.