Hi, I'm the author the the Bulk Builder plugin and I'm trying to upgrade the parent pom version from 1.388 to at least version 1.409. So far I've increased the version number and changed the groupid to org.jenkins-ci.plugins.
However when I run 'maven test' it can't find my unit tests anymore, ------------------------------------------------------- T E S T S ------------------------------------------------------- Concurrency config is parallel='methods', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 Are there any other changes I need to make? I've checked a few other plugins, but nothing stands out for me. My pom file - https://github.com/swestcott/bulk-builder-plugin/blob/master/pom.xml Thanks, Simon