Giovanni van der Schelde opened MNG-8588 and commented
I'm trying to move the maven-help-plugin forward into a 4.0.0 release. It currently (3.x) uses a method to get the activated profiles MavenProject#getInjectedProfileIds() from the project. This method is not yet available on the new interface. I think it is necessary to introduce this method in order to get the activated profiles from the build without needing to rebuild the project again.
I've decided to keep the interface the same for now, but I can imagine that we would want a better representation such as a new class or making use of the Profile class?
Affects: 4.0.0-rc-2
Remote Links:
Giovanni van der Schelde opened MNG-8588 and commented
I'm trying to move the maven-help-plugin forward into a 4.0.0 release. It currently (3.x) uses a method to get the activated profiles
MavenProject#getInjectedProfileIds()from the project. This method is not yet available on the new interface. I think it is necessary to introduce this method in order to get the activated profiles from the build without needing to rebuild the project again.I've decided to keep the interface the same for now, but I can imagine that we would want a better representation such as a new class or making use of the Profile class?
Affects: 4.0.0-rc-2
Remote Links: