pomParser
pomParser copied to clipboard
Creates an html document showing your POM dependency trees
Exception in thread "main" java.io.FileNotFoundException: src\main\static\header_template.html.tmpl at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:138) at java.io.FileInputStream.(FileInputStream.java:93) at com.roclas.PomDependencyChecker.printDependencyTree(PomDependencyChecker.java:100) at com.roclas.App.main(App.java:31)
Hi, downloading the jar does not suffice to run the parser. The code uses src/main/static/header_template.html.tmpl which is not in the jar, which means that I need to checkout the code...
Hi ! I am wondering if it would be a good idea to kind of merge our projects, or combine our efforts... What do you think ? Please wheck the...