소스 검색

AMBARI-11490. Files View: Copy dependencies during generate-resources phase (Erik Bergenholtz via rlevas)

Erik Bergenholtz 10 년 전
부모
커밋
70a59ef090
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/views/files/pom.xml

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

@@ -203,7 +203,7 @@
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
-            <phase>prepare-package</phase>
+            <phase>generate-resources</phase>
             <goals>
               <goal>copy-dependencies</goal>
             </goals>