python - is there a pip install plugin for maven? -
in existing java project uses python (think python plugin libre office)
would use mvn install pypi (python package index). right have solution package tar in mvn , use maven-dependency-plugin unpack , maven-antrun-plugin move files python path (the libre office python path).
any suggestions on better way manage on linux , windows? ideally simple maven plugin pypi.
thanks input.
i don't know if maven plugin can install pip package exist. use maven-exec plug-in invoke pip on specific goal. here documentation on exec plug-in mojohaus.org/exec-maven-plugin/usage.html hope helped
edit: updated link
Comments
Post a Comment