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]

Re: Announcing OSSIndex plugins for Apache Maven: Scan your dependencies for known vulnerabilities

2018-07-26 Thread Matthieu BROUILLARD
Excellent enhancement ; thank you Brian & Sonatype. > Report issues or ideas here: > https://github.com/sonatype/ossindex-maven/issues As requested I submitted my feedback as an RFE ( https://github.com/sonatype/ossindex-maven/issues/10) to report possible fixes on the vulnerabilities.

Re: Help needed: maven-surefire-plugin is skipping/not finding tests

2018-07-26 Thread Tibor Digana
There is zero tests to run because you have globally specified a "groups" but there are no tests annotated with such group in your project hadoop-hdfs. Try to come over this issue by specifying empty groups in this child. Let's go back to your three questions. 1. The pluginManagement should be

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