Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Hi,
I think there is a problem with the maven packaging of the
handlebarsbecause when I define the followingpom.xmlI have someWARNINGin the maven output:When running
mvn dependency:treeand any other commands, I have theWARNINGyou see in the log.If I run it in debug mode, I have the following output:
The interesting part is here:
This is very annoying to have this kind of WARNING or ERROR in every project with
handlebarsas a dependencies or transitive dependencies (in my case, with wiremock).Thanks for your help