diff options
author | Rob Daugherty <rd472p@att.com> | 2018-11-05 10:23:04 -0500 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2018-11-05 10:33:13 -0500 |
commit | 95d22d7491ea365fdc4525e44d484c73c33e16a1 (patch) | |
tree | a5fdb7de3f14b345db760463cec8cee130b5b116 /mdbc-server/src/main/resources/mdbc.properties | |
parent | 8dca3aebe55502ab35402da6ec7123bd3de7694d (diff) |
Modularized mdbc build
The mdbc pom should inherit from oparent.
The top-level pom should not build the jar directly.
It should be a parent pom for mdbc submodules.
The first submodule will be called mdbc-server.
Note: the "mdbc" jar will now be called "mdbc-server".
Change-Id: I4456e659b7494641e5b3cefd540eb62a149b79a4
Issue-ID: MUSIC-175
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'mdbc-server/src/main/resources/mdbc.properties')
-rwxr-xr-x | mdbc-server/src/main/resources/mdbc.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mdbc-server/src/main/resources/mdbc.properties b/mdbc-server/src/main/resources/mdbc.properties new file mode 100755 index 0000000..3e207aa --- /dev/null +++ b/mdbc-server/src/main/resources/mdbc.properties @@ -0,0 +1,12 @@ +# +# A list of all Mixins that should be checked by MDBC +# +MIXINS= \ + org.onap.music.mdbc.mixins.H2Mixin \ + org.onap.music.mdbc.mixins.H2ServerMixin \ + org.onap.music.mdbc.mixins.MySQLMixin \ + org.onap.music.mdbc.mixins.CassandraMixin \ + org.onap.music.mdbc.mixins.Cassandra2Mixin + +critical.tables= \ + TEST
\ No newline at end of file |