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 作为其构建/依赖管理工具。但是我们的代码需要在我们客户的站点上编译,而我们的客户要求我们提供为 Ant 编写的构建脚本。
因此,我们希望继续使用 Maven,并在需要将代码交付给客户端时自动生成 Ant 脚本。
我们可以这样做吗?
您可以使用Maven Ant 插件。