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

View File

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