Re: Problem with Maven Tutorial

2018-07-29 Thread Robert Scholte
Documentation has been updated according to the nice (and smallest) suggestion of Nick. Robert On Thu, 26 Jul 2018 17:38:46 +0200, Scott Miller wrote: Hi, I am trying to use Maven for the first time. I have it installed and was working on this tutorial:

Re: Problem with Maven Tutorial

2018-07-26 Thread Nick Stolwijk
You can add the properties tag directly under the root element () of your POM[1] file. 1. 2. 1.8 3. 1.8 4. [1] Project Object Model The default source level is still at 1.5, due to backward compatibility issues. Hth, Nick Stolwijk ~~~ Try to leave this world a little better

Problem with Maven Tutorial

2018-07-26 Thread Scott Miller
Hi, I am trying to use Maven for the first time. I have it installed and was working on this tutorial: https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html I got to this step: 1. mvn package Where I got the following error: BUILD FAILURE [INFO]