diff options
author | Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> | 2018-08-20 17:21:57 -0400 |
---|---|---|
committer | Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> | 2018-08-20 17:26:49 -0400 |
commit | 2d70b42375f67247b54e9ee38b0da18b434e648f (patch) | |
tree | b1c3ecd7ffb0c91ad5919339ab06e2175f7cb44e | |
parent | 9141d3c19cc2414f4496e60187ba83b5d3a5596f (diff) |
Fix Docker Image: NetDiscovery & SvcDecomposition
Issue-ID: LOG-397 SDNC-317
Change-Id: Ib61f32641bb0329c7f84fec8697a4f299f37b67f
Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
-rw-r--r-- | pomba/network-discovery/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index 597b5c8..85f3a84 100644 --- a/pomba/network-discovery/pom.xml +++ b/pomba/network-discovery/pom.xml @@ -296,7 +296,7 @@ limitations under the License. <outputDirectory>${project.basedir}/target/docker-stage/config/auth</outputDirectory> <resources> <resource> - <directory>auth</directory> + <directory>config/auth</directory> <includes> <include>*.p12</include> </includes> |