<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
- <version>1.1.3</version>
+ <version>1.1.4</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>replacer</artifactId>
- <version>1.5.3</version>
- <executions>
- <execution>
- <id>no-regex</id>
- <phase>site</phase>
- <goals>
- <goal>replace</goal>
- </goals>
- <configuration>
- <includes>
- <include>${project.build.directory}/site/apidocs/**/*.html</include>
- </includes>
- <regex>false</regex>
- <replacements>
- <replacement>
- <token><pre></token>
- <value><div class="source"><pre class="prettyprint linenums"></value>
- </replacement>
- <replacement>
- <token></pre></token>
- <value></pre></div></value>
- </replacement>
- </replacements>
- </configuration>
- </execution>
- <execution>
- <id>with-regex</id>
- <phase>site</phase>
- <goals>
- <goal>replace</goal>
- </goals>
- <configuration>
- <includes>
- <include>${project.build.directory}/site/apidocs/**/*.html</include>
- </includes>
- <replacements>
- <replacement>
- <token>\s+</pre></token>
- <value></pre></value>
- </replacement>
- </replacements>
- </configuration>
- </execution>
- </executions>
</plugin>
</plugins>
</build>
</taglet>
</taglets>
<quiet>true</quiet>
- <top><![CDATA[
- <script type="text/javascript" src="{@docRoot}/../js/apache-maven-fluido-1.4.min.js"></script>
- ]]></top>
</configuration>
</plugin>
<plugin>