You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ta...@apache.org on 2022/04/15 14:24:12 UTC

[hadoop] branch trunk updated: HADOOP-18196. Remove replace-guava from replacer plugin (#4152)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 8ea33583804 HADOOP-18196. Remove replace-guava from replacer plugin (#4152)
8ea33583804 is described below

commit 8ea33583804b50dd748e815cc27181aa72330c42
Author: Viraj Jasani <vj...@apache.org>
AuthorDate: Fri Apr 15 19:54:02 2022 +0530

    HADOOP-18196. Remove replace-guava from replacer plugin (#4152)
---
 hadoop-project/pom.xml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 871d7fc8082..eaa91c2c900 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -2129,27 +2129,6 @@
                 </replacements>
               </configuration>
             </execution>
-            <execution>
-              <id>replace-guava</id>
-              <phase>process-sources</phase>
-              <goals>
-                <goal>replace</goal>
-              </goals>
-              <configuration>
-                <skip>false</skip><!--This will run for all modules-->
-                <basedir>${basedir}</basedir>
-                <includes>
-                  <include>src/main/java/**/*.java</include>
-                  <include>src/test/java/**/*.java</include>
-                </includes>
-                <replacements>
-                  <replacement>
-                    <token>([^\.])com.google.common</token>
-                    <value>$1${hadoop-thirdparty-shaded-guava-prefix}</value>
-                  </replacement>
-                </replacements>
-              </configuration>
-            </execution>
           </executions>
         </plugin>
       </plugins>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org