In an existing java project that uses python (think a python plugin for office libre)
would like to use mvn to install pypi (Python Package Index). Right now we have a solution for tar package in mvn, and then use maven-dependency-plugin to unpack and maven-antrun-plugin to move files to python path (python path for libre office).
Any suggestions on a better way to manage this on Linux and Windows? Ideally, this would be as simple as the maven plugin for pypi.
Thanks for any input.
source share