This is an automated email from the ASF dual-hosted git repository. ankitsultana pushed a commit to branch release-1.2.0-rc in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/release-1.2.0-rc by this push: new 339094615f Potential Fix for 1.2.0 Release Failure: Switch maven-source-plugin to jar-no-fork (#13708) 339094615f is described below commit 339094615f963d2f19cd3ae552071a77e7f0e99c Author: Ankit Sultana <ankitsult...@gmail.com> 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 edbe70a7db..2e180b413d 100644 --- a/pom.xml +++ b/pom.xml @@ -1652,7 +1652,7 @@ <execution> <id>attach-sources</id> <goals> - <goal>jar</goal> + <goal>jar-no-fork</goal> </goals> </execution> </executions> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org