the i18n tests are failing when run with maven. specifically, that there are no test methods in org.apache.abdera.i18n.test.iri.TestSuite causes a problem.
i added the appropriate sauce to the i18n pom.xml to exclude TestSuite.java, but then the tests fail because of an enum in o.a.a.i18n.test.iri.TestNameprep. maven-using folks have any ideas on how to get the tests passing?
