diff options
author | KAPIL SINGAL <ks220y@att.com> | 2021-04-06 10:37:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-04-06 10:37:23 +0000 |
commit | 289e8fe0ee45610981a8ea3a619d323c36807e32 (patch) | |
tree | 2cad8f46a68c4abbaaece36d669ad8cb531fa949 /sdnr/wt/data-provider/installer/pom.xml | |
parent | 50b7033a87ea120dc2f317ab69b0b972013bb3a1 (diff) | |
parent | 24cac2175588a81a2ebecb5c08b91455cfc24d0b (diff) |
Merge "source out odl mapper"
Diffstat (limited to 'sdnr/wt/data-provider/installer/pom.xml')
-rwxr-xr-x | sdnr/wt/data-provider/installer/pom.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sdnr/wt/data-provider/installer/pom.xml b/sdnr/wt/data-provider/installer/pom.xml index cdd1724d2..ee6b2f370 100755 --- a/sdnr/wt/data-provider/installer/pom.xml +++ b/sdnr/wt/data-provider/installer/pom.xml @@ -118,27 +118,8 @@ </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> - <version>2.6</version> <executions> <execution> - <id>copy-sdnr-data-migration-tool</id> - <goals> - <goal>copy-resources</goal> - </goals> - <phase>validate</phase> - <configuration> - <outputDirectory>${project.build.directory}/assembly/system/org/onap/ccsdk/features/sdnr/wt/sdnr-wt-data-provider-setup/${project.version}</outputDirectory> - <resources> - <resource> - <directory>${basedir}/../setup/target</directory> - <includes> - <include>sdnr-dmt.jar</include> - </includes> - </resource> - </resources> - </configuration> - </execution> - <execution> <id>copy-schemas</id> <goals> <goal>copy-resources</goal> |