Community
Participate
Working Groups
There is a litte bug with the default value of the field rootProjects in GeneratePomsMojo that leads to an unnecessary warning during pom generation: * @parameter expression="${rootProjects}" default-value=".tests" <- wrong default value, excpected no default value */ private String rootProjects; See attachments for patch.
Created attachment 196733 [details] patch
Manually applied the patch, but did not really test it.