Преглед изворни кода

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>
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>
         <executions>
           <execution>
           <execution>
-            <phase>prepare-package</phase>
+            <phase>generate-resources</phase>
             <goals>
             <goals>
               <goal>copy-dependencies</goal>
               <goal>copy-dependencies</goal>
             </goals>
             </goals>