volosied commented on code in PR #31:
URL:
https://github.com/apache/myfaces-build-tools/pull/31#discussion_r1848507840
##########
maven2-plugins/myfaces-builder-plugin/src/main/java/org/apache/myfaces/buildtools/maven2/plugin/builder/BuildMetaDataMojo.java:
##########
@@ -638,6 +638,7 @@ private Model buildModel(Model model, MavenProject project,
ModelParams paramete
{
QdoxModelBuilder builder = new QdoxModelBuilder();
model.setModelId(modelId);
+ System.out.println("VSDEBUG: " + excludes);
Review Comment:
Thanks! I've fixed it
--
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]