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

liubao pushed a commit to branch 2.9.x
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/2.9.x by this push:
     new a9fdc22e9 [#4848] fixed run the maven-source-plugin command twice 
problem (#4849)
a9fdc22e9 is described below

commit a9fdc22e9398e2c106d650958ba0925fbff82ff3
Author: Alex <[email protected]>
AuthorDate: Thu Jun 19 16:25:19 2025 +0800

    [#4848] fixed run the maven-source-plugin command twice problem (#4849)
---
 parents/default/pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/parents/default/pom.xml b/parents/default/pom.xml
index 4cf661567..41f643974 100644
--- a/parents/default/pom.xml
+++ b/parents/default/pom.xml
@@ -92,20 +92,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
 </project>

Reply via email to