mirror of
https://github.com/apache/nifi.git
synced 2025-02-06 18:18:27 +00:00
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>
|
<goals>
|
||||||
<goal>unpack-dependencies</goal>
|
<goal>unpack-dependencies</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>generate-test-resources</phase>
|
<phase>compile</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<excludeTransitive>true</excludeTransitive>
|
<excludeTransitive>true</excludeTransitive>
|
||||||
<excludes>META-INF, META-INF/**</excludes>
|
<excludes>META-INF, META-INF/**</excludes>
|
||||||
@ -71,7 +71,7 @@
|
|||||||
<goals>
|
<goals>
|
||||||
<goal>single</goal>
|
<goal>single</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>generate-test-resources</phase>
|
<phase>package</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<archiverConfig>
|
<archiverConfig>
|
||||||
<defaultDirectoryMode>0775</defaultDirectoryMode>
|
<defaultDirectoryMode>0775</defaultDirectoryMode>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user