You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #44 includes a change to the Maven pom.xml file to enable automated testing of the html5lib-tests suite. See 2fbcd75.
This issue is a request for review of that change by anyone with domain expertise/experience with Maven — in particular, with the AntRun plugin.
You’ll notice the pom.xml invokes the AntRun javac and java targets with fork=true. There are comments in the change which explain why, but ideally, it seems preferable to make it work without needing fork=true. So any insights into how that might be possible would be welcome.