NIFI-13219 Corrected phase for python-extensions-bundle plugins

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
exceptionfactory 2024-05-13 16:58:39 -05:00
parent 13e281d8d7
commit 7f536117b1
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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>