Relative Content

Tag Archive for javamavenjvm

How to extend Maven classpath without modifying pom

Unfortunately in our project, dependencies and plugins are managed by another team so I can not modify the pom file as I wish. So I like to use a maven plugin in my project. In my case it is the pitest tool for mutation testing. I run the tool via command line like this