This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch new-9.6.0-release in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit 810711d0357ad0a0a0ea39ac82788661c7b16cf2 Author: Wu Sheng <[email protected]> AuthorDate: Fri Sep 1 21:10:57 2023 +0800 Change goal of maven-source-plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 052a6c22b6..641e8b36eb 100755 --- a/pom.xml +++ b/pom.xml @@ -429,7 +429,7 @@ <execution> <id>attach-sources</id> <goals> - <goal>jar</goal> + <goal>jar-no-fork</goal> </goals> </execution> </executions>
