Open
Description
Is your feature request related to a problem? Please describe.
Maven CI Friendly Version cannot be used in my plugin.
Describe the solution you'd like
It should be possible to use ${revision}
in @MavenGoal, e.g.:
@MavenGoal("${project.groupId}:${project.artifactId}:${revision}:compare-dependencies")
@MavenTest
Describe alternatives you've considered
Is there any alternative, except not using CI Friendly version?