You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2022/10/10 06:26:55 UTC

[flume] branch flume-1.11 updated: Remove Sphinx plugin

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

rgoers pushed a commit to branch flume-1.11
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/flume-1.11 by this push:
     new eac699d74 Remove Sphinx plugin
eac699d74 is described below

commit eac699d74997d5f7fc1235e3dc12e675d7382a57
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun Oct 9 23:24:20 2022 -0700

    Remove Sphinx plugin
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index e4af50e13..bc62575fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,7 +107,6 @@ limitations under the License.
     <mvn-paranamer-plugin.version>2.8</mvn-paranamer-plugin.version>
     <mvn-pmd-plugin.version>3.15.0</mvn-pmd-plugin.version>
     <mvn-site-plugin.version>3.7.1</mvn-site-plugin.version>
-    <mvn-sphinx-plugin>1.0.3</mvn-sphinx-plugin>
     <mvn-spotbugs-plugin.version>4.2.0</mvn-spotbugs-plugin.version>
     <mvn-surefire-plugin.version>2.22.2</mvn-surefire-plugin.version>
     <!--<netty.version>3.10.6.Final</netty.version>-->
@@ -1828,15 +1827,6 @@ limitations under the License.
           </reportSet>
         </reportSets>
       </plugin>
-      <plugin>
-        <groupId>org.tomdz.maven</groupId>
-        <artifactId>sphinx-maven-plugin</artifactId>
-        <version>${mvn-sphinx-plugin}</version>
-        <inherited>false</inherited>
-        <configuration>
-          <sourceDirectory>${project.basedir}/flume-ng-doc/sphinx</sourceDirectory>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>