]> source.dussan.org Git - jackcess.git/commitdiff
move some common site config to parent pom
authorJames Ahlborn <jtahlborn@yahoo.com>
Thu, 26 Nov 2015 03:46:12 +0000 (03:46 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Thu, 26 Nov 2015 03:46:12 +0000 (03:46 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@971 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml

diff --git a/pom.xml b/pom.xml
index 8f94ee20761905e8543ea6fdaeb1391fcfeec360..26dfaf77447fe85732a3132da17e6ee4f33c7a8c 100644 (file)
--- 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>
       <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>
             </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>