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.
我正在尝试使用m2e从 Eclipse 部署到 Tomcat 。事情是我正在使用连接池,我需要将 MySql 驱动程序部署到 /apache/bin 目录,并将 context.xml 部署到 /apache/conf 目录。
有谁知道如何在 Maven 部署中实现自动化?
在eclipse中,进入ProjectProperties->DeploymentAssembly ,这里可以定义文件需要进入war包目录的位置。当你通过 eclipse 部署时,会考虑这个 DeploymentAssembly。因此,通过在这里映射我想你可以实现它..