You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I defined a plugin inside a profile, using a property for the artifactId.
See [^pom.xml]
I got the following error:
!error3.9.9.PNG!
This was with Maven 3.9.9 and it also fails with Maven 4.0.0-rc-2:
!error4.0.0.PNG!
The problem was reproduced with versions 3.0.0 and 3.5.0 of the plugin.
With version 1.4.1 it also fails, even though it reports the correct version:
!error1.4.1.PNG!
It's also worth mentioning that there doesn't seem to be any problem when you specify the version using a property, only when you specify the artifactId with a property.