pnicolucci commented on code in PR #31:
URL: 
https://github.com/apache/myfaces-build-tools/pull/31#discussion_r1848520601


##########
maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/MakeComponentsMojo.java:
##########
@@ -360,7 +380,10 @@ else if (!outFile.exists())
         for (Iterator i = sourceDirs.iterator(); i.hasNext();)
         {
             String srcDir = (String) i.next();
-            builder.addSourceTree(new File(srcDir));
+            File dir = new File(srcDir);
+            //recusively add files to the builder

Review Comment:
   Maybe just clean up the formatting of the comment to be consistent but I 
wouldn't block PR approval on that!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to