From beb77e7da50a2e9bc761e08010491e2eee98a138 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Fri, 30 Oct 2015 03:31:26 +0000 Subject: pretty up the site git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@959 f203690c-595d-4dc9-a70b-905162fa7fd2 --- pom.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 817a0fa..b678c1d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.healthmarketscience openhms-parent - 1.1.1 + 1.1.2 com.healthmarketscience.jackcess jackcess @@ -208,6 +208,54 @@ + + com.google.code.maven-replacer-plugin + replacer + 1.5.3 + + + no-regex + site + + replace + + + + ${project.build.directory}/site/apidocs/**/*.html + + false + + + <pre> + <div class="source"><pre class="prettyprint linenums"> + + + </pre> + </pre></div> + + + + + + with-regex + site + + replace + + + + ${project.build.directory}/site/apidocs/**/*.html + + + + \s+</pre> + </pre> + + + + + + @@ -293,6 +341,9 @@ true + + ]]> -- cgit v1.2.3