-
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-8037] Restrict project to the entity being built and make it immutable #1389
Conversation
a08887c
to
39e5e01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge this one, close out the other one
f9a06ba
to
e8324b0
Compare
Just FTR as we discussed:
|
So we're looking at Maven being used as a library, right ? That's clearly not supported from the CLI. I'll also double check the In any case, the API is lacking some doc, especially this notion of "transient" projects which is not defined and very confusing/blurry. |
The usual use case is to resolve dependencies transitively, but the API offers that. We also need add a new ModelBuilder service to be able to build the models.
@cstamas I've removed the mutable bits from the |
Follow-up to #1387
JIRA issue: https://issues.apache.org/jira/browse/MNG-8037