Skip to content

Instantly share code, notes, and snippets.

View slavashvets's full-sized avatar

Viacheslav Shvets slavashvets

  • Deutsche Telekom
View GitHub Profile
/**
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
/**
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)