RE: Using maven profiles for easily parallel testing?

2016-11-05 Thread Sander Verhagen
Apparently "includes" support fairly complex syntax, such as regexes: http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#includes I'm thinking of a clunky approach of including tests with names starting with [A-Ma-m] in one build configuration, and those with names starting wi

Using maven profiles for easily parallel testing?

2016-11-05 Thread Kevin Burton
We use TeamCity internally (which is great btw) for Maven testing. We have about 2000 tests which we continually integrate on every commit. The problem is that testing takes about 15 minutes from start to end. We use -T 16 on our tests and our boxes have 8 cores so this allows some tests to bloc

Re: AW: Maven-Site-Plugin: Generated content?

2016-11-05 Thread Mark Prins
You probably want to create a reporting plugin that you can add to your pom to create that eXtra content, it 's how maven works