We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To make a dependency list:
mvn dependency:list | grep :jar: | grep INFO | sort -u > FILE_A
To make a CQ diff between two dependency lists:
diff FILE_A FILE_B | grep '>' > cq_diff-A_B.txt