Maven exec plugin - Executing a python script
In Windows, the script isn't executable. The executable is the python interpreter, and the script is an argument to it, so put <executable>path to your python interpreter</executable>
and add the script as an <argument>
. I expect the same should work for any platform, but I'm no Python expert.