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.
我正在尝试将企业应用程序从 ant 迁移到 maven。我们可以在 maven 中生成由 ant 生成的相同类型的 ear 文件吗?
因为 ant ear 文件中包含不同的文件夹以及一组 jar 和 war 文件。很少有文件夹包含依赖 jar,其中一个文件夹具有 shell 脚本。如何在 Maven 项目中添加此文件夹?