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

twalthr pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git

commit bea6bafac98770da20ef8092838a9d79768b2cf5
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Wed Apr 20 09:57:31 2022 +0200

    [FLINK-27317][build] Don't fork build for attaching sources
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 849829b0b6a..b85a2bf01a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1238,7 +1238,7 @@ under the License.
                                                        <execution>
                                                                
<id>attach-sources</id>
                                                                <goals>
-                                                                       
<goal>jar</goal>
+                                                                       
<goal>jar-no-fork</goal>
                                                                </goals>
                                                        </execution>
                                                </executions>

Reply via email to