I took responsibility for plugin sonar-scm-tfvc. Im new in sonarqube plugin development and also in using maven.
I would like to establish (semi) automatic versioning of the plugin similar to popular plugins like sonar-cxx: With each build the plugin should get “build version” number incremented. This should be visible in file name (e.g. sonar-scm-tfvc-plugin-2.3-1234.jar) and plugin metadata (e.g. 2.3 (build 1234)).
Projects like sonar-cxx seems NOT to have such script. It seems to work with one of the extensions configured in pom.xml files. But I’m unable to identify the right one.
Thanks, Simon.
Hope somebody can explain me how to use one of the maven plugins to get the mentioned build information without individual script to be executed.