Browse Source

AMBARI-5732 - Views: Pig and File Views need to be built and packaged as part of Ambari - 2

tbeerbower 11 năm trước cách đây
mục cha
commit
a41198d502
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      contrib/views/files/pom.xml
  2. 1 1
      contrib/views/pig/pom.xml

+ 1 - 1
contrib/views/files/pom.xml

@@ -24,7 +24,7 @@
     
     <parent>
         <groupId>org.apache.ambari.views</groupId>
-        <artifactId>ambari-views</artifactId>
+        <artifactId>ambari-contrib-views</artifactId>
         <version>0.1.0-SNAPSHOT</version>
     </parent>
     

+ 1 - 1
contrib/views/pig/pom.xml

@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.ambari.views</groupId>
-    <artifactId>ambari-views</artifactId>
+    <artifactId>ambari-contrib-views</artifactId>
     <version>0.1.0-SNAPSHOT</version>
   </parent>