Re: Maven in python

2020-05-12 Thread Romain Manni-Bucau
Hi Vikas, If you really want to use Apache Maven to build a python project (it is not really done for it) you have two main options: 1. Use jython and maven integrations ( http://mavenjython.sourceforge.net/compile/) 2. Just disable default maven lifecycle and use exec maven plugin to launch virt

Re: Maven in python

2020-05-12 Thread Pim Moerenhout
Hi Vikas, I think you should contact the developer of the other 'maven': https://github.com/john-sandall . His email is listed there. But this 'maven' provides easy access to open datasets in both raw and model-ready formats, with usages for UK elections and Cov

Re: Maven in python

2020-05-11 Thread Vikas Mishra
Hi, Please help me in below problem. Regards, Vikas Mishra On Sun, 10 May 2020, 4:14 am Vikas Mishra, wrote: > Hi, > > > Hope you are doing well! > > I want to use maven (pom.xml) in python. I am having python 3.6.3 and > visual studio code as an IDE in my laptop. I also installed serenity wi

Re: Maven in python

2020-05-10 Thread herve . boutemy
"pip install maven" will apparently install https://pypi.org/project/maven/ which is https://github.com/john-sandall/maven nothing related to the well known Apache Maven build tool https://maven.apache.org/ Regards, Hervé - Mail original - De: "Vikas Mishra" À: "Maven Developers List"