Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
myfaces-builder-plugin build-metadata goal depends on build-helper-maven-plugin add-source goal to set the directories to be used when build metadata. This fails with some newer maven versions that does not ensure goal execution order. The idea is add a new param called sourceDirectories that if set, use the selected directories to scan for .java files and extract annotation or doclet information.