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.
我有一个使用 WSDL2Java 创建 webService 客户端的 maven 项目。在开发环境中,我可以直接访问 WSDL 的 url,但对于生产环境,我需要连接到 VPN 才能访问 WSDL url。
我可以使用 maven 创建 VPN 连接以访问这些网址吗?
谢谢!
您可以尝试使用exec-maven-plugin启动选择的本地工具来打开您的 vpn 连接。
但请注意,这会使构建依赖于您的本地环境,因此您至少应该使用 maven 配置文件来添加此步骤。