fixed type file name mismatch 67/59867/1
authorHong Guan <hg4105@att.com>
Thu, 9 Aug 2018 14:21:22 +0000 (10:21 -0400)
committerHong Guan <hg4105@att.com>
Thu, 9 Aug 2018 14:21:52 +0000 (10:21 -0400)
Change-Id: If78d213f38c3bc672cf542cd7f1f7496781cb83b
Issue-ID: CCSDK-392
Signed-off-by: Hong Guan <hg4105@att.com>
helm/pom.xml

index 02f1860..f04c001 100644 (file)
@@ -39,9 +39,9 @@ limitations under the License.
     <!-- path to directory containing the setup.py relative to this file -->
     <plugin.subdir>.</plugin.subdir>
     <!-- path of types file itself relative to this file -->
-    <typefile.source>helm_types.yaml</typefile.source>
+    <typefile.source>helm-type.yaml</typefile.source>
     <!-- path, in repo, to store type file -->
-    <typefile.dest>type_files/helm/1.1.0/helm_types.yaml</typefile.dest>
+    <typefile.dest>type_files/helm/1.1.0/helm-type.yaml</typefile.dest>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <sonar.sources>.</sonar.sources>
     <sonar.junit.reportsPath>nosetests.xml</sonar.junit.reportsPath>