From 95d22d7491ea365fdc4525e44d484c73c33e16a1 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Mon, 5 Nov 2018 10:23:04 -0500 Subject: 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 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e30806c..ff3bfdd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ .idea target mdbc.iml +.project +.settings +.classpath +.checkstyle -- cgit 1.2.3-korg