Hi All, I Am getting below error. could you please help us out to resolve the below error?@Sai Saran Vaidyanathan

Could you please tell us from which repository we will use to solve the below error.@Sai Saran Vaidyanathan@Siddhesh

Failed to execute goal io.apigee.build-tools.enterprise4g:apigee-edge-maven-plugin:1.1.5:configure (configure-bundle-step) on project parent-pom: Execution configure-bundle-step of goal io.apigee.build-tools.enterprise4g:apigee-edge-maven-plugin:1.1.5:configure failed: Plugin io.apigee.build-tools.enterprise4g:apigee-edge-maven-plugin:1.1.5 or one of its dependencies could not be resolved: Failed to collect dependencies at io.apigee.build-tools.enterprise4g:apigee-edge-maven-plugin:jar:1.1.5 -> org.apache.axis2:axis2-metadata:jar:1.3 -> org.apache.axis2:axis2-jws-api:jar:1.3: Failed to read artifact descriptor for org.apache.axis2:axis2-jws-api:jar:1.3: Could not transfer artifact org.apache.axis2:axis2-jws-api:pom:1.3 from/to central (http://repo1.maven.org/maven2😞 This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server (repo1.maven.org)

0 1 3,291
1 REPLY 1

HI @Pravallika Musali

Looks like you don't have access to the Central maven repo. You might want to update the repositories config in your pom.xml to point to your internal Maven repo (if you have) or connect to the public repo via a proxy. For the latter, you will need to pass additional arguments in the maven command. For more info - check this post

You may need to pass additional proxy parameters

-Dhttp.proxyHost=<http_proxy_ip>-Dhttp.proxyPort=<http_proxy_port> \
-Dhttps.proxyHost=<https_proxy_ip>-Dhttps.proxyPort=<https_proxy_port>