This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 7f536117b10d95a82f2e1d7a113af8ec917762b2
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Mon May 13 16:58:39 2024 -0500

    NIFI-13219 Corrected phase for python-extensions-bundle plugins
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 nifi-python-extensions/nifi-python-extensions-bundle/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-python-extensions/nifi-python-extensions-bundle/pom.xml 
b/nifi-python-extensions/nifi-python-extensions-bundle/pom.xml
index 6ca4bf582d..ad1ad37a10 100644
--- a/nifi-python-extensions/nifi-python-extensions-bundle/pom.xml
+++ b/nifi-python-extensions/nifi-python-extensions-bundle/pom.xml
@@ -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>

Reply via email to