aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-05-30 13:44:20 -0400
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>2018-05-30 13:46:08 -0400
commit33bec1f4e3b0c824555e23b3681450709822ef76 (patch)
treed1715dd5544049dbe1836f5764702ec390568b5d /pom.xml
parent9d48685b916536c5641b2f536e08edba0f9642c3 (diff)
Add gizmo logback in local
Change-Id: I024dd5aaba04f15169e19be008a6aa7c88fbc706 Issue-ID: AAI-1180 Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d4d63dd..a6af37a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -328,6 +328,13 @@ limitations under the License.
</includes>
</resource>
<resource>
+ <directory>${basedir}</directory>
+ <filtering>true</filtering>
+ <includes>
+ <include>bundleconfig-local/**</include>
+ </includes>
+ </resource>
+ <resource>
<directory>${basedir}/src/main/bin/</directory>
</resource>
</resources>