소스 검색

AMBARI-14146. Some Views no longer compile because of npm repo issues. (yusaku)

Yusaku Sako 10 년 전
부모
커밋
472734ecb9
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      contrib/views/capacity-scheduler/pom.xml
  2. 1 1
      contrib/views/files/pom.xml
  3. 1 1
      contrib/views/pig/pom.xml

+ 1 - 1
contrib/views/capacity-scheduler/pom.xml

@@ -145,7 +145,7 @@
             </goals>
             <phase>generate-resources</phase>
             <configuration>
-              <arguments>install --unsafe-perm --registry=http://registry.npmjs.eu</arguments>
+              <arguments>install --unsafe-perm</arguments>
             </configuration>
           </execution>
         </executions>

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

@@ -168,7 +168,7 @@
               <!-- optional: The default argument is actually "install", so unless
                you need to run some other npm command, you can remove this whole <configuration>
                section. -->
-              <arguments>install --unsafe-perm --registry=http://registry.npmjs.eu</arguments>
+              <arguments>install --unsafe-perm</arguments>
             </configuration>
           </execution>
         </executions>

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

@@ -193,7 +193,7 @@
               <!-- optional: The default argument is actually "install", so unless
                    you need to run some other npm command, you can remove this whole <configuration>
                    section. -->
-              <arguments>install --unsafe-perm --registry=http://registry.npmjs.eu</arguments>
+              <arguments>install --unsafe-perm</arguments>
             </configuration>
           </execution>
         </executions>