HBASE-17094 Add a sitemap for hbase.apache.org

This commit is contained in:
pingsutw 2019-01-30 15:17:17 +08:00 committed by stack
parent 9a55cbb2c1
commit 02690b429f
1 changed files with 17 additions and 0 deletions

17
pom.xml
View File

@ -2415,6 +2415,12 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<artifactId>sitemapxml-maven-plugin</artifactId>
<version>1.0.0</version>
<inherited>false</inherited>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
@ -2473,6 +2479,17 @@
</properties>
<build>
<plugins>
<plugin>
<groupId>com.github.s4u.plugins</groupId>
<artifactId>sitemapxml-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>gen</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>