Переглянути джерело

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 роки тому
джерело
коміт
791bd255a5
1 змінених файлів з 1 додано та 48 видалено
  1. 1
    48
      pom.xml

+ 1
- 48
pom.xml Переглянути файл

<parent> <parent>
<groupId>com.healthmarketscience</groupId> <groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId> <artifactId>openhms-parent</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</parent> </parent>
<groupId>com.healthmarketscience.jackcess</groupId> <groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId> <artifactId>jackcess</artifactId>
<plugin> <plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId> <groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>replacer</artifactId> <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> </plugin>
</plugins> </plugins>
</build> </build>
</taglet> </taglet>
</taglets> </taglets>
<quiet>true</quiet> <quiet>true</quiet>
<top><![CDATA[
<script type="text/javascript" src="{@docRoot}/../js/apache-maven-fluido-1.4.min.js"></script>
]]></top>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>

Завантаження…
Відмінити
Зберегти