diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2015-11-26 03:46:12 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2015-11-26 03:46:12 +0000 |
commit | 791bd255a59e11606dbed23741ccf4210c6261c8 (patch) | |
tree | 5ae71ebb544b430dd99ef70b8b06173fc415fdaf /pom.xml | |
parent | 6deaa095c7c77dfebf797fe4e4e1ff086cf932d9 (diff) | |
download | jackcess-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.xml | 49 |
1 files changed, 1 insertions, 48 deletions
@@ -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><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> @@ -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> |