-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MNG-8588] Add activated profiles to Project interface #2119
[MNG-8588] Add activated profiles to Project interface #2119
Conversation
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 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 properly 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. |
bd1072e
to
5d9eb9c
Compare
@Giovds I see the tests are using |
@gnodet I think it is time for weekend for me. I was adding missing tests to the Thinking out loud / alternative: While testing though, it might be better to replace the ![]() Instead of we could do something like and I'd have to do some more testing to see if this would work. |
If that works, that would be even better and allow a leaner API imho. |
We should definitely try it instead. Adding |
Btw, are you working on top of apache/maven-help-plugin#121 or did you start from scratch ? |
Yes, I took the mvn4 branch as baseline. Did have to do some changes after bumping to beta-5, and I’m not sure if it is going to be comparable with the rc releases.
I believe so too! |
Following this checklist to help us incorporate your
contribution quickly and easily:
for the change (usually before you start working on it). Trivial changes like typos do not
require a JIRA issue. Your pull request should address just this issue, without
pulling in other changes.
[MNG-XXX] SUMMARY
,where you replace
MNG-XXX
andSUMMARY
with the appropriate JIRA issue.[MNG-XXX] SUMMARY
.Best practice is to use the JIRA issue title in both the pull request title and in the first line of the commit message.
mvn clean verify
to make sure basic checks pass. A more thorough check willbe performed on your pull request automatically.
If your pull request is about ~20 lines of code you don't need to sign an
Individual Contributor License Agreement if you are unsure
please ask on the developers list.
To make clear that you license your contribution under
the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.
I hereby declare this contribution to be licenced under the Apache License Version 2.0, January 2004
In any other case, please file an Apache Individual Contributor License Agreement.