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
The current codebase derives the scope of a component through bytecode analysis, however this has problems in that it
differs from maven's view of what is optional (non-intuitive)
can change depending on which projects have been built (classes need to exist)
doesn't handle artifact relocations
We would like the ability to define optionality based on whether maven determines the artifact to be optional, i.e. through the dependency resolution process rather than bytecode inspection.
@hboutemy I have something working for this, just waiting on the conclusion of #306 and for other PRs to be submitted.
The current codebase derives the scope of a component through bytecode analysis, however this has problems in that it
We would like the ability to define optionality based on whether maven determines the artifact to be optional, i.e. through the dependency resolution process rather than bytecode inspection.
@hboutemy I have something working for this, just waiting on the conclusion of #306 and for other PRs to be submitted.
@norrisjeremy FYI
The text was updated successfully, but these errors were encountered: