Details
Description
After using the cxf-codegen-plugin, the maven-deploy-plugin fails to execute the deploy goal with the message: "Failed to deploy artifacts: Could not find artifact....". This only happens when the maven settings file contains a proxy. If I remove the proxy everything is fine. Note, the proxy entry also contains a list of nonProxyHosts. I suspect this may be the cause since AbstractCodegenMoho does a configureProxyServerSettings without setting the nonProxyHosts.
Attachments
Issue Links
- is duplicated by
-
CXF-4709 cxf-codegen-plugin sets system properties for proxy which affect other plugins
- Closed
-
CXF-4710 System properties -Dhttp.nonProxyHosts from maven proxy settings is not filled and has side-effects on jvm
- Closed
- relates to
-
CXF-3547 Enable http proxy support in the cxf-codegen-plugin for retrieval of WSDL files through the java.net.URL class
- Closed