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

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


The following commit(s) were added to refs/heads/master by this push:
     new c07e4af3e3 Potential Fix for 1.2.0 Release Failure: Switch 
maven-source-plugin to jar-no-fork (#13708)
c07e4af3e3 is described below

commit c07e4af3e37401661527f6aa503a3f763f6fa0a9
Author: Ankit Sultana <[email protected]>
AuthorDate: Mon Jul 29 16:34:49 2024 -0500

    Potential Fix for 1.2.0 Release Failure: Switch maven-source-plugin to 
jar-no-fork (#13708)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1e0d22cfb0..d6fe5cc05e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1728,7 +1728,7 @@
             <execution>
               <id>attach-sources</id>
               <goals>
-                <goal>jar</goal>
+                <goal>jar-no-fork</goal>
               </goals>
             </execution>
           </executions>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to