exceptionfactory commented on code in PR #8253:
URL: https://github.com/apache/nifi/pull/8253#discussion_r1457513311
##########
nifi-nar-bundles/nifi-py4j-bundle/nifi-python-framework/pom.xml:
##########
@@ -73,6 +73,35 @@
</resources>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>3.1.1</version>
+ <executions>
+ <execution>
+ <id>python-test</id>
+ <phase>test</phase>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <configuration>
+ <executable>python3</executable>
Review Comment:
Reviewing these changes in light of the recent build failures, it looks like
this plugin execution should be optional so that it does not result in failures
on systems that do not have the `python3` executable installed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]