diff options
author | Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> | 2018-08-17 13:56:11 -0400 |
---|---|---|
committer | Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com> | 2018-08-17 13:56:29 -0400 |
commit | 27e8724988e5c31d2b56bf2a3f889415f2299c40 (patch) | |
tree | ca92188c20d729dd0b555ec3cf84c4425f31d5eb /pomba/network-discovery/pom.xml | |
parent | e3d9e2b6ed6a4958ded1ac0cbcac7c9cee2fe334 (diff) |
Docker file: networkDiscovery serviceDecomposition
Issue-ID: LOG-397 SDNC-317
Change-Id: I0844eb12c8cd3b208f6a15cc16dd8717175bd5d8
Signed-off-by: Mohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>
Diffstat (limited to 'pomba/network-discovery/pom.xml')
-rw-r--r-- | pomba/network-discovery/pom.xml | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index 8f0d725..597b5c8 100644 --- a/pomba/network-discovery/pom.xml +++ b/pomba/network-discovery/pom.xml @@ -140,29 +140,6 @@ limitations under the License. <finalName>${project.artifactId}</finalName> <plugins> <plugin> - <artifactId>maven-resources-plugin</artifactId> - <version>3.1.0</version> - <executions> - <execution> - <id>copy-resources</id> - <!-- here the phase you need --> - <phase>prepare-package</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${project.build.outputDirectory}</outputDirectory> - <resources> - <resource> - <directory>${swagger.directory}</directory> - <targetPath>META-INF/resources/swagger</targetPath> - </resource> - </resources> - </configuration> - </execution> - </executions> - </plugin> - <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <executions> @@ -174,7 +151,7 @@ limitations under the License. </executions> </plugin> </plugins> - <!-- mention the logback.xml location through system property or environment variable to edit logback.xml at run time --> + <resources> <resource> <directory>src/main/resources</directory> |