File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
dubbo-container/dubbo-container-api Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 614614 </resource >
615615 </transformer >
616616 </transformers >
617+ <filters >
618+ <filter >
619+ <artifact >org.apache.dubbo:dubbo</artifact >
620+ <excludes >
621+ <!-- These two line is optional, it can remove some warn log -->
622+ <exclude >com/**</exclude >
623+ <exclude >org/**</exclude >
624+ <!-- This one is required -->
625+ <exclude >META-INF/dubbo/**</exclude >
626+ </excludes >
627+ </filter >
628+ </filters >
617629 </configuration >
618630 </execution >
619631 </executions >
Original file line number Diff line number Diff line change 4747 <mainClass >org.apache.dubbo.container.Main</mainClass >
4848 </manifest >
4949 </archive >
50- <forceCreation >true</forceCreation >
5150 </configuration >
5251 </plugin >
5352 </plugins >
5453 </build >
55- </project >
54+ </project >
Original file line number Diff line number Diff line change 389389 <Implementation-Version >${project.version} </Implementation-Version >
390390 </manifestEntries >
391391 </archive >
392- <forceCreation >true</forceCreation >
393392 </configuration >
394393 </plugin >
395394 <plugin >
You can’t perform that action at this time.
0 commit comments