diff options
author | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-05-30 13:44:20 -0400 |
---|---|---|
committer | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-05-30 13:46:08 -0400 |
commit | 33bec1f4e3b0c824555e23b3681450709822ef76 (patch) | |
tree | d1715dd5544049dbe1836f5764702ec390568b5d /pom.xml | |
parent | 9d48685b916536c5641b2f536e08edba0f9642c3 (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.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |