Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

Commit b29f3f1

Browse files
authored
Merge pull request #374 from sofastack/youji-dev
no lib in plugin
2 parents 4d6c03b + b21cd9c commit b29f3f1

File tree

1 file changed

+5
-0
lines changed
  • sofa-serverless-runtime/sofa-serverless-base-plugin

1 file changed

+5
-0
lines changed

sofa-serverless-runtime/sofa-serverless-base-plugin/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
<package>com.alipay.sofa.serverless.plugin.*</package>
8383
</packages>
8484
</exported>
85+
<!-- 打包插件时,排除指定的包依赖;格式为: ${groupId:artifactId} 或者 ${groupId:artifactId:classifier} -->
86+
<excludes>
87+
<exclude>*:*:*</exclude>
88+
<exclude>com.alipay.sofa.serverless:sofa-serverless-base-plugin</exclude>
89+
</excludes>
8590
</configuration>
8691
</execution>
8792
</executions>

0 commit comments

Comments
 (0)