I am trying to configure the url extension and getting the below errors while running the mvn clean install.I have installed the configured the apache-maven and planning to use windows machine-agent.[ERROR] com.appdynamics.extensions.urlmonitor.UrlMo...
The issue is resolved by running "mvn clean install -Dmaven.test.skip"Java8 for Apache Maven was already configured successfully. It is pre-requisite. Good reference to configure the same is : https://phoenixnap.com/kb/install-maven-windows Problem...