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.
我需要使用 maven 在 glassfish 服务器中设置一个共享库,以避免在需要部署应用程序时生成巨大的耳朵。
我怎样才能做到这一点?
您可以简单地使用maven-assembly-plugin来创建一起创建共享库工件所需的依赖项的存档。