Hi, sorry for newbie question, but I don't understand how build 2.0.0 version of pdfbox-app. I do following steps: 1) Download pdfbox-trunk.zip from GitHub or from Subversion system calling checkout command from console; 2) Unzip it; 3) Open it in NeyBeans IDE like project; 4) Adding <dependency> to <dependencies> and <repository> to just-creating tag by me <repositories> 5) Try to build it in NetBeans
And I've got these exception: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project pdfbox: There are test failures. Thanks for help!

