Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在创建程序集(未打包的大 jar)时,我需要从依赖项中提到的 jar 中排除资源。我可能会排除特定的罐子,但是否可以从这些罐子中排除资源?
此选项有助于:
<unpack>true</unpack> <unpackOptions> <excludes> <exclude>**/activators/**</exclude> </excludes> </unpackOptions>