You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2023/04/11 12:45:34 UTC

[shardingsphere] branch master updated: Remove maven-resources-plugin on example (#25115)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d8918505215 Remove maven-resources-plugin on example (#25115)
d8918505215 is described below

commit d891850521585d6ef4b27c7fd8455e7781c6313c
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Tue Apr 11 20:45:27 2023 +0800

    Remove maven-resources-plugin on example (#25115)
---
 examples/pom.xml | 5 -----
 pom.xml          | 1 +
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index f4564d4d0b2..f56672ee424 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -64,7 +64,6 @@
         
         <apache-rat-plugin.version>0.12</apache-rat-plugin.version>
         <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
-        <maven-resources-plugin.version>2.7</maven-resources-plugin.version>
         <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
         <freemarker.version>2.3.31</freemarker.version>
@@ -386,10 +385,6 @@
                 </configuration>
                 <version>${maven-compiler-plugin.version}</version>
             </plugin>
-            <plugin>
-                <artifactId>maven-resources-plugin</artifactId>
-                <version>${maven-resources-plugin.version}</version>
-            </plugin>
             <plugin>
                 <artifactId>maven-jar-plugin</artifactId>
                 <version>${maven-jar-plugin.version}</version>
diff --git a/pom.xml b/pom.xml
index 7325e249d68..80172a6a206 100644
--- a/pom.xml
+++ b/pom.xml
@@ -740,6 +740,7 @@
                         <testTarget>${java.version}</testTarget>
                     </configuration>
                 </plugin>
+                <!-- TODO nianjun should remove after test container is used in agent e2e -->
                 <plugin>
                     <artifactId>maven-resources-plugin</artifactId>
                     <version>${maven-resources-plugin.version}</version>