Re: Installation issue

2018-04-02 Thread Yaron Goldstein
maaliskuutata 2018 17:02 > > To: Maven Users List <users@maven.apache.org> > > Subject: Re: Installation issue > > > > Hello, > > > > I actually extracted it inside /usr/local/bin. So, this is what I see: > > > > ls -l /usr/local/bin/apache-maven-3.5.

RE: Installation issue

2018-03-28 Thread Samuli Saarinen
nitis Pistofidis [mailto:r...@broadinstitute.org] > Sent: 28. maaliskuutata 2018 17:02 > To: Maven Users List <users@maven.apache.org> > Subject: Re: Installation issue > > Hello, > > I actually extracted it inside /usr/local/bin. So, this is what I see: > > ls -l /usr/lo

Re: Installation issue

2018-03-28 Thread Romanos Sklavenitis Pistofidis
Hello, I actually extracted it inside /usr/local/bin. So, this is what I see: ls -l /usr/local/bin/apache-maven-3.5.3/bin total 64 -rw-r--r--@ 1 romanos admin 228 Feb 24 14:46 m2.conf -rwxr-xr-x@ 1 romanos admin 5741 Feb 24 14:46 mvn -rw-r--r--@ 1 romanos admin 6343 Feb 24 14:46 mvn.cmd

RE: Installation issue

2018-03-28 Thread Golan, Yaron
What is the output of: ls -l /usr/local/apache-maven-3.5.3/bin if it is OK, try to open a new terminal or, alternatively, run 'source .bash_profile' -Original Message- From: Romanos Sklavenitis Pistofidis [mailto:r...@broadinstitute.org] Sent: Wednesday, March 28, 2018 16:51 To:

Re: Installation issue

2016-02-20 Thread Superfund
This question has an answer on stack overflow at >. > On 19 Feb 2016, at 10:37 AM, youssef boujallab

Re: Installation issue

2016-02-20 Thread Eric B
Is mvn.sh in your path? Alternatively, if you go to the mvn/bin folder can you run it via ./mvn.sh -version? On Feb 18, 2016 6:06 PM, "Patric Hindenberger" < patric.hindenber...@gmail.com> wrote: > Hello > > i try to install MAVEN on MAC OS X EL CAPITAN and have downloaded and > extracted the

Re: Installation issue

2016-02-18 Thread Curtis Rueden
Hi Patric, I suggest installing Maven on OS X using Homebrew (http://brew.sh/). Installation is as simple as "brew install maven" and then the "mvn" command exists in /usr/local/bin. Regards, Curtis On Tue, Feb 16, 2016 at 4:52 AM, Patric Hindenberger < patric.hindenber...@gmail.com> wrote: >

Re: Installation issue

2016-02-18 Thread Stephen Coy
This question has an answer on stack overflow at >. > On 19 Feb 2016, at 10:37 AM, youssef boujallab

Re: Installation issue

2016-02-18 Thread youssef boujallab
Hello, Did you set Maven home in your environments variables? Youssef Le 18 févr. 2016 23:06, "Patric Hindenberger" a écrit : > Hello > > i try to install MAVEN on MAC OS X EL CAPITAN and have downloaded and > extracted the most recent maven- files. > I have set