carlomorelli / licensescan-maven-plugin

Maven plugin for analysing the licenses in dependencies and transitive dependencies, asserting compatibility and potentially fail the build if forbidden licenses appear
MIT License
36 stars 8 forks source link

parametrize plugin version in poms for Integration testing #12

Closed carlomorelli closed 1 year ago

carlomorelli commented 5 years ago

the poms under src/test/ need to be updated with the plugin version everytime a release is created.

try to automate this.

E.g. Takari documentation here https://github.com/takari/takari-plugin-testing-project suggests to use ${it-project.version} parameter.