Hi there
I seem to recall that there was some issue in the past with building via Maven when it came to xhtmlrenderer. Can't for the life of me remember what it was / how to fix it, but having cloned docx4j from Github I am now unable to build it. Normally I would issue this command from the docx4j directory: "mvn install -Dmaven.test.skip=true"
… however, the build fails reporting the following:
[ERROR] Failed to execute goal on project docx4j: Could not resolve dependencies for project org.docx4j:docx4j:jar:3.0.0-SNAPSHOT: Could not find artifact org.docx4j:xhtmlrenderer:jar:1.0.1-SNAPSHOT in EclipseLink Repo (http://www.eclipse.org/downloads/downlo ... maven.repo) -> [Help 1]
I changed the pom to reference 1.0.0 instead (I don't think 1.0.1 is released anywhere is it?) but same problem. I've even put the snapshot 1.0.0 jar for xhtmlrenderer in ~/.m2/repository to no avail.
Apologies if I'm missing something obvious...