Incorrect documentation examples for test exclusions

2018-08-01 Thread Tommy Svensson
Hello, I an into a problem, and found the solution: My pom started out like this: org.apache.maven.plugins maven-surefire-plugin 2.22.0 **/RunBackendTest.groovy

Re: maven - using multiple src directories

2018-08-01 Thread Bernd Eckenfels
Hello, First of all the normal rule of thumb for Maven is, don’t fight it. If it uses by default one folder for main and test code then this is a good best practice which you should not divert from. Especially not for „multiple packages“, it is quite normal to have them all under a single

maven - using multiple src directories

2018-08-01 Thread angelo moreschini
Hi, I am new to maven. Actually I am able to compile and run a simple java project (if all the classes are in the same source directory). As well this, to progress in my learning (because the java language have the package structure to group classes inside directories) I need to be able to