pnicolucci commented on code in PR #31:
URL:
https://github.com/apache/myfaces-build-tools/pull/31#discussion_r1848519364
##########
maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/IOUtils.java:
##########
@@ -440,7 +440,7 @@ private static void getInnerSourceClasses(SourceVisitor
visitor,
}
else
{
- new File((String) i.next());
+ srcDir = new File(dir.toString());
Review Comment:
Thanks for fixing this!
--
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]