aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2015-11-26 03:46:12 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2015-11-26 03:46:12 +0000
commit791bd255a59e11606dbed23741ccf4210c6261c8 (patch)
tree5ae71ebb544b430dd99ef70b8b06173fc415fdaf /pom.xml
parent6deaa095c7c77dfebf797fe4e4e1ff086cf932d9 (diff)
downloadjackcess-791bd255a59e11606dbed23741ccf4210c6261c8.tar.gz
jackcess-791bd255a59e11606dbed23741ccf4210c6261c8.zip
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
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml49
1 files changed, 1 insertions, 48 deletions
diff --git a/pom.xml b/pom.xml
index 8f94ee2..26dfaf7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>