Skip to content

Commit

Permalink
NIFI-13219 Corrected phase for python-extensions-bundle plugins
Browse files Browse the repository at this point in the history
Signed-off-by: David Handermann <exceptionfactory@apache.org>
  • Loading branch information
exceptionfactory committed May 13, 2024
1 parent 13e281d commit 7f53611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nifi-python-extensions/nifi-python-extensions-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -71,7 +71,7 @@
<goals>
<goal>single</goal>
</goals>
<phase>generate-test-resources</phase>
<phase>package</phase>
<configuration>
<archiverConfig>
<defaultDirectoryMode>0775</defaultDirectoryMode>
Expand Down

0 comments on commit 7f53611

Please sign in to comment.