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.
1 parent 789258a commit 04904c4Copy full SHA for 04904c4
pom.xml
@@ -125,6 +125,13 @@
125
</javac>
126
<!-- We use fork="true" here because without it, we otherwise get -->
127
<!-- java.lang.NoClassDefFoundError: jdk/internal/reflect/ConstructorAccessorImpl -->
128
+ <java classname="nu.validator.htmlparser.test.EncodingTester" fork="true" failonerror="${failonerror}">
129
+ <classpath>
130
+ <pathelement location="${project.build.outputDirectory}"/>
131
+ <pathelement location="${project.build.testOutputDirectory}"/>
132
+ </classpath>
133
+ <arg value="${basedir}/html5lib-tests/encoding"/>
134
+ </java>
135
<java classname="nu.validator.htmlparser.test.TokenizerTester" fork="true" failonerror="${failonerror}">
136
<classpath>
137
<pathelement path="${test_classpath}"/>
0 commit comments