All, Apologies for this one... Is there an easy way to set proxy information for the unit tests that get an InputStream via URL without changing any source code or project poms? In Intellij, I can modify the program arguments for each one, but then, of course, maven doesn't pick up that information when I do a build.
I've been adding @Ignore to the unit tests in my local copy, but there has to be a better way. Failed tests: PDButtonTest.testRadioButtonWithOptions:131 Unexpected IOException Connection refused: connect PDButtonTest.testOptionsAndNamesNotNumbers:187 Unexpected IOException Connection refused: connect Tests in error: MergeAcroFormsTest.testAPEntry:92 > Connect Connection refused: connect MergeAcroFormsTest.testAnnotsEntry:59 > Connect Connection refused: connect MergeAnnotationsTest.testLinkAnnotations:61 > Connect Connection refused: conn...
