This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
Maven Resolution Strategy | |
========================= | |
Description: | |
Adds ability to set Maven-like conflict resolution strategy for any configuration | |
| Maven works on the principle of nearest wins strategy while resolving the dependency | |
| conflicts, that means whichever version it finds nearer in the tree, it will take |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
Inherit Static Content | |
====================== | |
Description: | |
1. Extend output webapp with static folder (static resources) from | |
depended projects and external modules | |
2. Used for `runtime` first-level dependencies (not transitively) | |
3. Works for WAR plugin (built-in) and for Gretty plugin (third party) |