RE: Installation issue

2018-03-28 Thread Samuli Saarinen
Hi, " I have edited my ~/.bash_profile and added /usr/local/apache-maven-3.5.3/bin " Might be a typo but there is one 'bin' missing from that path. Should probably be /usr/local/bin/apache-maven-3.5.3/bin br, Samuli > -Original Message- > From: Romanos Sklavenitis Pistofidis

[ANN] Apache Maven Shared Component: Maven Dependency Analyzer Version 1.9 Released

2018-03-28 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Dependency Analyzer Version 1.9 https://maven.apache.org/shared/maven-dependency-analyzer/ Analyzes the dependencies of a project for undeclared or unused artifacts. You should specify the

B

2018-03-28 Thread Néstor Boscán
Sent from my iPhone - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

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:

Installation issue

2018-03-28 Thread Romanos Sklavenitis Pistofidis
Hi all, I am trying to get started with Maven, but I am having trouble installing it. I have edited my ~/.bash_profile and added /usr/local/apache-maven-3.5.3/bin to the $PATH variable and set $JAVA_HOME to /Library/Java/JavaVirtualMachines/jdk-9.0.4.jdk/Contents/Home, but when I call mvn,

Re: AW: maven-archetype-plugin default version

2018-03-28 Thread Anders Hammar
Ok, strange. Could indicate a bug in Maven as the local repo should be updated from the remote one wrt metadata. /Anders On Wed, Mar 28, 2018 at 9:17 AM, Stefan Helfrich < stefan.helfr...@uni-konstanz.de> wrote: > I am using 3.5.3 but had the same issue with 3.5.2 before: > > Apache Maven 3.5.3

Re: AW: maven-archetype-plugin default version

2018-03-28 Thread Stefan Helfrich
I am using 3.5.3 but had the same issue with 3.5.2 before: Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T20:49:05+01:00) Maven home: /opt/apache-maven-3.5.3 Java version: 1.8.0_144, vendor: Oracle Corporation Java home: /opt/jdk1.8.0_144/jre Default locale: en_US,

Re: AW: maven-archetype-plugin default version

2018-03-28 Thread Anders Hammar
The latest released version should be used. I checked the metadata [1] and it states v3.0.1. What version of Maven are you using and are you using a repository manager (which could provide different metadata)? [1]