minfrin commented on issue #5: Switch from XhtmlSink to Xhtml5Sink as the default site renderer. URL: https://github.com/apache/maven-doxia-sitetools/pull/5#issuecomment-496725879 I'm scratching my head - I tried to rebuild this to test out an htmlunit upgrade, but the maven-doxia v1.9-SNAPSHOT dependencies that are currently deployed have java 1.7 bytecode in them, which causes the enforcer plugin to fail (correctly): [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ doxia-integration-tools --- [INFO] Restricted to JDK 1.6 yet org.apache.maven.doxia:doxia-sink-api:jar:1.9-SNAPSHOT:compile contains org/apache/maven/doxia/sink/SinkEventAttributes.class targeted to JDK 1.7 [INFO] Restricted to JDK 1.6 yet org.apache.maven.doxia:doxia-logging-api:jar:1.9-SNAPSHOT:compile contains org/apache/maven/doxia/logging/LogEnabled.class targeted to JDK 1.7 [WARNING] Rule 0: org.apache.maven.plugins.enforcer.EnforceBytecodeVersion failed with message: Found Banned Dependency: org.apache.maven.doxia:doxia-sink-api:jar:1.9-SNAPSHOT Found Banned Dependency: org.apache.maven.doxia:doxia-logging-api:jar:1.9-SNAPSHOT Are you able to take a look and confirm you see what I see? I've deleted the doxia jars from the local repository with rm -rf ~/.m2/repository/org/apache/maven/doxia to be 100% sure they're clean, but it doesn't seem to make a difference.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
