diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-03-09 11:16:49 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-03-09 15:31:24 +0000 |
commit | 23cd303740480ec3835bd5e0f9ec182e7c9a3bb7 (patch) | |
tree | 341b82e8ba8f33c19f7c5dfbd8186143b7a7b5d5 /sdnr/wt/featureaggregator/installer/pom.xml | |
parent | 10972f1312606d3184dcd1dba882cd2219878277 (diff) |
Fixing package naming to fix MANIFEST.MF
Reafactoring POM Files
Change-Id: Ib2eaaca2ee81d8354ccff4de10f7d6f77c8a82bf
Issue-ID: CCSDK-2166
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'sdnr/wt/featureaggregator/installer/pom.xml')
-rwxr-xr-x | sdnr/wt/featureaggregator/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/wt/featureaggregator/installer/pom.xml b/sdnr/wt/featureaggregator/installer/pom.xml index ba0b4c9b1..bd8c3abdc 100755 --- a/sdnr/wt/featureaggregator/installer/pom.xml +++ b/sdnr/wt/featureaggregator/installer/pom.xml @@ -145,7 +145,7 @@ </execution> </executions> </plugin> - <plugin> + <plugin> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> <executions> @@ -168,7 +168,7 @@ </configuration> </execution> </executions> - </plugin> + </plugin> </plugins> </build> </project> |