summaryrefslogtreecommitdiffstats
path: root/fat-model-dependencies/README
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-05-29 22:07:30 +0200
committergjoranv <gv@oath.com>2018-05-30 11:13:37 +0200
commitbd6b5f9b6df99d913537d47886dd9c956ff10c5a (patch)
treec657709043c9fb8998c5b8add3bb27eead9b7902 /fat-model-dependencies/README
parente89c6d5895aa382da5cd65a83ce9660fdbd13095 (diff)
Add new module fat-model-dependencies
- Contains all compile scope deps for config-model-fat. - Added to avoid copying all these deps into amended fat model. - Necessary for maven-bundle-plugin 3 because its exclude mechanism has changed to exclude all transitive deps of an excluded artifact.
Diffstat (limited to 'fat-model-dependencies/README')
-rw-r--r--fat-model-dependencies/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/fat-model-dependencies/README b/fat-model-dependencies/README
new file mode 100644
index 00000000000..ba71b189db9
--- /dev/null
+++ b/fat-model-dependencies/README
@@ -0,0 +1,4 @@
+This module contains all dependencies that must be embedded in the config-model-fat bundle.
+This artifact should be depended on by config-model-fat and all amended versions of the
+fat config model. This allows pulling in the same set of dependencies without duplication
+in pom.xml.