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
-
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-mongodb
would remove all its dependencies.However, in smart-doc, excluding
spring-boot-starter-data-mongodb
does 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