This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new d152e94  Revert "HBASE-17094 Add a sitemap for hbase.apache.org"
d152e94 is described below

commit d152e9420905fa5810748c3b48bbcacf24e86283
Author: stack <[email protected]>
AuthorDate: Fri Feb 22 08:29:26 2019 -0800

    Revert "HBASE-17094 Add a sitemap for hbase.apache.org"
    
    Issue with doc generation... failing w/ NPE on sitemap generation.
    
    This reverts commit 02690b429ff3ed2504b43a8c47d0242da5af0f5e.
---
 pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 63f82c0..5a3b9cf 100755
--- a/pom.xml
+++ b/pom.xml
@@ -2339,12 +2339,6 @@
       <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>
@@ -2404,17 +2398,6 @@
       <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>
             <inherited>false</inherited>

Reply via email to