Browse Source

move some common site config to parent pom

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@971 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-2.1.3
James Ahlborn 8 years ago
parent
commit
791bd255a5
1 changed files with 1 additions and 48 deletions
  1. 1
    48
      pom.xml

+ 1
- 48
pom.xml View File

@@ -3,7 +3,7 @@
<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>
@@ -211,50 +211,6 @@
<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>&lt;pre&gt;</token>
<value>&lt;div class="source"&gt;&lt;pre class="prettyprint linenums"&gt;</value>
</replacement>
<replacement>
<token>&lt;/pre&gt;</token>
<value>&lt;/pre&gt;&lt;/div&gt;</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+&lt;/pre&gt;</token>
<value>&lt;/pre&gt;</value>
</replacement>
</replacements>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
@@ -350,9 +306,6 @@
</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>

Loading…
Cancel
Save