remove unnecessary part
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / deployment / pom.xml
index 9cc4ffc..f0c4df7 100644 (file)
                                 "${deployUnzip}/logs")
                                 
                                 System.out.println("******** start copying from ${basedir}/src/main/release to ${deployUnzip}. ************")
-                                
+
                                 ant.copy(todir: "${deployUnzip}") {
                                 fileset(dir: "${basedir}/src/main/release"){
                                 exclude(name: "**/.gitignore")
                                 }
-                                }
-                                ant.copy(todir: "${deployUnzip}/docker") {
-                                fileset(dir: "${basedir}/../docker"){
-                                exclude(name: "**/.gitignore")
-                                }
+                    
                                 }
                                 
                                 System.out.println("******** start copying from ${project.build.directory}/../../vfcadaptor/target/${package.name}-${project.version} to ${deployUnzip}/webapps/ROOT. ************")
                     </execution>
                 </executions>
             </plugin>
+
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
+                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <id>attach-artifacts</id>