diff --git a/dubbo/pom.xml b/dubbo/pom.xml index 447be40bdd4..1ff4074b884 100644 --- a/dubbo/pom.xml +++ b/dubbo/pom.xml @@ -326,7 +326,10 @@ attach-sources - none + package + + jar-no-fork + diff --git a/pom.xml b/pom.xml index f17499531d1..f4e69f74a4b 100644 --- a/pom.xml +++ b/pom.xml @@ -477,6 +477,18 @@ + + maven-source-plugin + + + attach-sources + package + + jar-no-fork + + + + org.apache.maven.plugins maven-surefire-plugin