Closed GoogleCodeExporter closed 9 years ago
Original comment by matt.blanchette@gmail.com
on 3 Mar 2011 at 8:38
Verified in testing
Also fails for the case when the modules are missing either the source and test
source directories (src/main/java and src/test/java by default)
Maven site example for multimodule currently will not work
Works successfully in multi-module setup only when the format execution goal is
placed in the poms of modules that contain both the source and test source
directories, still allowing the plugin version and configuration to be
specified in the parent pom.
Original comment by matt.blanchette@gmail.com
on 3 Mar 2011 at 8:58
Original comment by matt.blanchette@gmail.com
on 3 Mar 2011 at 8:58
Fix committed in r112
Handles missing main source or test source directories (to avoid
IllegalStateException thrown by DirectoryScanner)
Added to not continue with no files for format, avoiding read/write cache file
and log messages when not necessary
Original comment by matt.blanchette@gmail.com
on 3 Mar 2011 at 9:30
Merged fix to trunk in r116
Available in version 0.3.1 tagged release
Original comment by matt.blanchette@gmail.com
on 3 Mar 2011 at 10:30
Original issue reported on code.google.com by
jeroen.d...@gmail.com
on 3 Mar 2011 at 7:38