mirror of https://github.com/apache/nifi.git
NIFI-13219 Corrected phase for python-extensions-bundle plugins
Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
13e281d8d7
commit
7f536117b1
|
@ -48,7 +48,7 @@
|
|||
<goals>
|
||||
<goal>unpack-dependencies</goal>
|
||||
</goals>
|
||||
<phase>generate-test-resources</phase>
|
||||
<phase>compile</phase>
|
||||
<configuration>
|
||||
<excludeTransitive>true</excludeTransitive>
|
||||
<excludes>META-INF, META-INF/**</excludes>
|
||||
|
@ -71,7 +71,7 @@
|
|||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
<phase>generate-test-resources</phase>
|
||||
<phase>package</phase>
|
||||
<configuration>
|
||||
<archiverConfig>
|
||||
<defaultDirectoryMode>0775</defaultDirectoryMode>
|
||||
|
|
Loading…
Reference in New Issue