This repository was archived by the owner on Dec 4, 2025. It is now read-only.
The logic of include and exclude when loading resources with a Maven plugin. #584
Closed
abing22333
started this conversation in
General
Replies: 1 comment
-
|
The current dependencies should also be retrieved recursively; however, it would be beneficial to conduct detailed testing, as there may be discrepancies from what is expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Current Resource Loading Logic
Exclude Does Not Follow Maven's Exclusion Logic
In the case of spring-boot-starter-data-mongodb -> spring-data-mongodb,
in Maven, excluding
spring-boot-starter-data-mongodbwould remove all its dependencies.However, in smart-doc, excluding
spring-boot-starter-data-mongodbdoes not excludespring-data-mongodb.Personal View
I believe that smart-doc should extend Maven's logic rather than implementing its own.
Beta Was this translation helpful? Give feedback.
All reactions