fix runtime issue 97/60297/1
authorPrudence Au <prudence.au@amdocs.com>
Mon, 13 Aug 2018 12:58:15 +0000 (08:58 -0400)
committerPrudence Au <prudence.au@amdocs.com>
Mon, 13 Aug 2018 12:58:23 +0000 (08:58 -0400)
Change-Id: I345d9382e30d4cf3a3ee3024fdc3eeaeac52fd79
Issue-ID: LOG-519
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index dff8988..c8d25c2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <build>
                <finalName>${project.artifactId}</finalName>
                <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-resources-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>copy-docker-file</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>copy-resources</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <outputDirectory>target</outputDirectory>
-                                                       <overwrite>true</overwrite>
-                                                       <resources>
-                                                               <resource>
-                                                                       <directory>${basedir}/src/main/docker</directory>
-                                                                       <filtering>true</filtering>
-                                                                       <includes>
-                                                                               <include>**/*</include>
-                                                                       </includes>
-                                                               </resource>
-                                                       </resources>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
                        <plugin>
                                <groupId>org.springframework.boot</groupId>
                                <artifactId>spring-boot-maven-plugin</artifactId>
                                                        </execution>
                                                </executions>
                                        </plugin>
-                                       <plugin>
-                                               <groupId>org.springframework.boot</groupId>
-                                               <artifactId>spring-boot-maven-plugin</artifactId>
-                                               <executions>
-                                                       <execution>
-                                                               <goals>
-                                                                       <goal>repackage</goal>
-                                                               </goals>
-                                                       </execution>
-                                               </executions>
-                                       </plugin>
                                        <plugin>
                                                <artifactId>maven-resources-plugin</artifactId>
                                                <version>2.6</version>
                                                                <goals>
                                                                        <goal>copy-resources</goal>
                                                                </goals>
-                                                               <phase>validate</phase>
+                                                               <phase>package</phase>
                                                                <configuration>
                                                                        <outputDirectory>${project.basedir}/target/docker-stage/config</outputDirectory>
                                                                        <resources>