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:27:53 UTC

[flume] branch trunk updated: Remove Sphinx plugin

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new cd57aaa0b Remove Sphinx plugin
cd57aaa0b is described below

commit cd57aaa0b57284af202c921a3fb0b1fa6af4f888
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 df8f7bc74..cc5d7b094 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>